aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 7f1b5d6..1ab745e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -189,8 +189,10 @@ target_vendor = @target_vendor@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-AM_CPPFLAGS = -I$(top_srcdir)/include
-duser_LDFLAGS = -L$(top_srcdir)/compat
+duser_POSIX = -D__USE_POSIX
+AM_CFLAGS = ${duser_POSIX} --std=c99 -O2 -pedantic -Wall -Wextra
+@HAVE_COMPAT_FALSE@duser_LDFLAGS =
+@HAVE_COMPAT_TRUE@duser_LDFLAGS = -L$(top_srcdir)/compat -ldusercompat
duser_SOURCES = duser.c \
user.c \
util.c \