]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/compat/Makefile.am
merge branch-2-1
[netatalk.git] / libatalk / compat / Makefile.am
index 055d65174c0a9defb8d256ae9fe9d719c36238eb..ebe54b21a8b0d2b52213b3a352fe495af37a319a 100644 (file)
@@ -2,6 +2,13 @@
 
 noinst_LTLIBRARIES = libcompat.la
 
-libcompat_la_SOURCES = mktemp.c getusershell.c strcasecmp.c strstr.c flock.c strdup.c inet_aton.c rquota_xdr.c 
-
-CFLAGS = @CFLAGS@ -I$(top_srcdir)/include -I$(top_srcdir)/sys
+libcompat_la_SOURCES = \
+       mktemp.c        \
+       getusershell.c  \
+       strcasecmp.c    \
+       strstr.c        \
+       strdup.c        \
+       inet_aton.c     \
+       rquota_xdr.c    \
+       pselect.c       \
+       snprintf.c