diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2011-05-03 09:28:09 -0400 |
---|---|---|
committer | Alan Brault <alan.brault@incruentatus.net> | 2011-05-03 09:28:09 -0400 |
commit | b608b55786a8cecf626d7c489496ac402098b198 (patch) | |
tree | c72a75af776d41cb21ce64de6b843bae4020eab1 /src | |
parent | 647e4ca02ad06939dea2e6b1dcf71ee510867cd4 (diff) | |
download | duser-b608b55786a8cecf626d7c489496ac402098b198.tar.gz |
Clean up compat, bring in strcasestr from OpenBSD and strchrnul from uclibc
and separate the headers.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 15a1e3a..7f1b5d6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -189,7 +189,6 @@ target_vendor = @target_vendor@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -LIBCOMPAT_LDADDS = $(top_builddir)/compat/libdusercompat.a AM_CPPFLAGS = -I$(top_srcdir)/include duser_LDFLAGS = -L$(top_srcdir)/compat duser_SOURCES = duser.c \ |