aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ba9d267..db132b6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,9 @@
-sbin_PROGRAMS= duser
+sbin_PROGRAMS= duser
-duser_SOURCES= compat.c \
- duser.c \
+AM_CPPFLAGS= -I$(top_srcdir)/include
+
+duser_LDFLAGS= -L$(top_srcdir)/compat
+duser_SOURCES= duser.c \
user.c \
util.c \
log.c \