]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/Makefile.am
megatron, fix errors introduced in Sun Feb 6 10:16:00 2005 commit, 'replace a wrong...
[netatalk.git] / libatalk / Makefile.am
index 0432e2575159a48500cc0360440ccac452462576..5fcf448399e1064f000a9860cfa09d8f59281bba 100644 (file)
@@ -1,10 +1,13 @@
+
 # Makefile.am for libatalk/
 
-SUBDIRS = adouble asp atp compat cnid dsi nbp netddp util tdb unicode
+SUBDIRS = acl adouble asp atp compat cnid dsi nbp netddp tdb util unicode vfs
 
 lib_LTLIBRARIES = libatalk.la
 
-LIBATALK_DEPS = \
+libatalk_la_SOURCES = dummy.c
+
+libatalk_la_LIBADD  = \
        adouble/libadouble.la   \
        asp/libasp.la           \
        atp/libatp.la           \
@@ -13,10 +16,22 @@ LIBATALK_DEPS = \
        nbp/libnbp.la           \
        netddp/libnetddp.la     \
        util/libutil.la         \
-        tdb/libtdb.la           \
-       unicode/libunicode.la
+       tdb/libtdb.la       \
+       unicode/libunicode.la \
+       vfs/libvfs.la @LIBATALK_ACLS@
+
+libatalk_la_DEPENDENCIES = \
+       adouble/libadouble.la   \
+       asp/libasp.la           \
+       atp/libatp.la           \
+       compat/libcompat.la     \
+       dsi/libdsi.la           \
+       nbp/libnbp.la           \
+       netddp/libnetddp.la     \
+       util/libutil.la         \
+       tdb/libtdb.la       \
+       unicode/libunicode.la \
+       vfs/libvfs.la @LIBATALK_ACLS@
 
-libatalk_la_SOURCES = dummy.c
-libatalk_la_LIBADD  = $(LIBATALK_DEPS)
 libatalk_la_LDFLAGS = -static