aboutsummaryrefslogtreecommitdiff
path: root/compat/Makefile.am
diff options
context:
space:
mode:
authorAlan Brault <alan.brault@incruentatus.net>2011-05-03 09:28:09 -0400
committerAlan Brault <alan.brault@incruentatus.net>2011-05-03 09:28:09 -0400
commitb608b55786a8cecf626d7c489496ac402098b198 (patch)
treec72a75af776d41cb21ce64de6b843bae4020eab1 /compat/Makefile.am
parent647e4ca02ad06939dea2e6b1dcf71ee510867cd4 (diff)
downloadduser-b608b55786a8cecf626d7c489496ac402098b198.tar.gz
Clean up compat, bring in strcasestr from OpenBSD and strchrnul from uclibc
and separate the headers.
Diffstat (limited to 'compat/Makefile.am')
-rw-r--r--compat/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/Makefile.am b/compat/Makefile.am
index 3482755..88a2689 100644
--- a/compat/Makefile.am
+++ b/compat/Makefile.am
@@ -1,6 +1,6 @@
noinst_LIBRARIES = libdusercompat.a
-AM_CPPFLAGS = -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include/compat
libdusercompat_a_SOURCES= strcasestr.c \
strchrnul.c