aboutsummaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index a5d2a4e5d..4e7fd504c 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -39,6 +39,7 @@ libcommon_a_SOURCES = \
membuf.c membuf.h \
iobuf.c iobuf.h \
ttyio.c ttyio.h \
+ asshelp.c asshelp.h \
signal.c \
dynload.h
@@ -46,7 +47,7 @@ libcommon_a_SOURCES = \
libcommon_a_LIBADD = @LIBOBJS@
libsimple_pwquery_a_SOURCES = \
- simple-pwquery.c simple-pwquery.h
+ simple-pwquery.c simple-pwquery.h asshelp.c asshelp.h
libsimple_pwquery_a_LIBADD = @LIBOBJS@