]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/util/Makefile.am
Don't run configure from bootstrap
[netatalk.git] / libatalk / util / Makefile.am
index 8c4ffdae7d5ab116721792a56cbfb4a408efeeba..d6351464f19c74c3ad3e61912e930ae62b6aafef 100644 (file)
@@ -1,17 +1,24 @@
 # Makefile.am for libatalk/util/
 
+SUBDIRS = . test
+
 noinst_LTLIBRARIES = libutil.la
 
-CFLAGS = -I$(top_srcdir)/sys @CFLAGS@
+AM_CFLAGS = -I$(top_srcdir)/sys
 
 libutil_la_SOURCES = \
        atalk_addr.c    \
        bprint.c        \
+       fault.c         \
        getiface.c      \
+       locking.c   \
        logger.c        \
        module.c        \
        server_child.c  \
-       server_lock.c   \
        server_ipc.c    \
+       server_lock.c   \
+       socket.c        \
        strcasestr.c    \
-       strdicasecmp.c
+       strdicasecmp.c  \
+       strlcpy.c       \
+       volinfo.c