diff options
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 |