diff options
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index c0fd0bcba..a95eadd7b 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -31,7 +31,8 @@ libcommon_a_SOURCES = \ util.h i18n.h \ errors.c errors.h \ maperror.c \ - sysutils.c sysutils.h + sysutils.c sysutils.h \ + no-pth.c libcommon_a_LIBADD = @LIBOBJS@ |