From c14ecfe452046c00ffe83171ec7f9b64ff374795 Mon Sep 17 00:00:00 2001 From: Alan Brault Date: Mon, 2 May 2011 18:47:10 -0400 Subject: Make strcasestr() and strchrnul() into separate compat files Force everyone to use compat functions not just Solaris Remove libsysfs from buildconf Add libtool support (needed for libdusercompat.a) --- compat/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 compat/Makefile.am (limited to 'compat/Makefile.am') diff --git a/compat/Makefile.am b/compat/Makefile.am new file mode 100644 index 0000000..3482755 --- /dev/null +++ b/compat/Makefile.am @@ -0,0 +1,6 @@ +noinst_LIBRARIES = libdusercompat.a + +AM_CPPFLAGS = -I$(top_srcdir)/include + +libdusercompat_a_SOURCES= strcasestr.c \ + strchrnul.c -- cgit