aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAlan Brault <alan.brault@incruentatus.net>2011-05-02 18:58:40 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2012-05-25 14:21:08 -0400
commit0b20b98e9b2e87eb2e9e10f658d2d523b0ee9fb6 (patch)
tree942d28cad437dd20bf29cb60ad58ad4949b87c96 /src/Makefile.am
parentdb970762d90a3adda07874ac597928f5305b0a49 (diff)
downloadduser-0b20b98e9b2e87eb2e9e10f658d2d523b0ee9fb6.tar.gz
Remove strcasestr() and strchrnul() checks from configure, using libdusercompat.a instead
Fix Makefile.am bad entry Clean up compat, bring in strcasestr from OpenBSD and strchrnul from uclibc and separate the headers. Remove config.h from strchrnul.c; not needed Fix numerous shadow declaration bugs that could cause problems for Solaris libc Fix bad prototype using in unlink()
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ecfb6de..db132b6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,5 @@
sbin_PROGRAMS= duser
-LIBCOMPAT_LDADDS= $(top_builddir)/compat/libdusercompat.a
-
AM_CPPFLAGS= -I$(top_srcdir)/include
duser_LDFLAGS= -L$(top_srcdir)/compat