diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2011-05-02 18:47:10 -0400 |
---|---|---|
committer | Alan Brault <alan.brault@incruentatus.net> | 2011-05-02 18:47:10 -0400 |
commit | c14ecfe452046c00ffe83171ec7f9b64ff374795 (patch) | |
tree | 605a01281d2227d85048e0fe6875de5635170a71 /compat/Makefile.am | |
parent | 817b384592e730f4f832bfbe92a948970840ee33 (diff) | |
download | duser-c14ecfe452046c00ffe83171ec7f9b64ff374795.tar.gz |
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)
Diffstat (limited to 'compat/Makefile.am')
-rw-r--r-- | compat/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
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 |