From b608b55786a8cecf626d7c489496ac402098b198 Mon Sep 17 00:00:00 2001 From: Alan Brault Date: Tue, 3 May 2011 09:28:09 -0400 Subject: Clean up compat, bring in strcasestr from OpenBSD and strchrnul from uclibc and separate the headers. --- src/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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 \ -- cgit