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 /compat/Makefile.in | |
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 'compat/Makefile.in')
-rw-r--r-- | compat/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/Makefile.in b/compat/Makefile.in index 7faf34c..f54ed4e 100644 --- a/compat/Makefile.in +++ b/compat/Makefile.in @@ -186,7 +186,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ noinst_LIBRARIES = libdusercompat.a -AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include/compat libdusercompat_a_SOURCES = strcasestr.c \ strchrnul.c |