diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2011-05-02 20:13:14 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2011-05-02 20:13:14 -0400 |
commit | 91af8f14863a516ff9aa80b703d8a34583e6e107 (patch) | |
tree | 552390f62fd0a060625a65f53006378c2a3eb2c3 /compat/Makefile.am | |
parent | 2fb05c7c4516d1ae3f0ad46df50043bbaa17ccb7 (diff) | |
parent | 647e4ca02ad06939dea2e6b1dcf71ee510867cd4 (diff) | |
download | duser-91af8f14863a516ff9aa80b703d8a34583e6e107.tar.gz |
Merge pull request #4 from extrarius/master.
Additional Cleaning
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 |