]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/Makefile.am
New service controller process netatalk
[netatalk.git] / libatalk / Makefile.am
index 2616cb092a9ef73eee5ea5f834fb3a0433816f7f..a027c81ee2f8357c0c06a448dbedbfbc6e3b9d77 100644 (file)
@@ -1,21 +1,38 @@
+
 # Makefile.am for libatalk/
 
-SUBDIRS = adouble asp atp compat cnid dsi nbp netddp util
+# rpc should be first because it generates RPC headers included elsewhere
+SUBDIRS = acl adouble bstring compat cnid dsi iniparser tdb util unicode vfs
 
 lib_LTLIBRARIES = libatalk.la
 
-LIBATALK_DEPS = \
+libatalk_la_SOURCES = dummy.c
+
+libatalk_la_LIBADD  = \
+       @WRAP_LIBS@ @ACL_LIBS@ \
+       acl/libacl.la \
        adouble/libadouble.la   \
-       asp/libasp.la           \
-       atp/libatp.la           \
-       compat/libcompat.la     \
+       bstring/libbstring.la \
        cnid/libcnid.la \
+       compat/libcompat.la     \
        dsi/libdsi.la           \
-       nbp/libnbp.la           \
-       netddp/libnetddp.la     \
-       util/libutil.la
+       iniparser/libiniparser.la \
+       tdb/libtdb.la       \
+       unicode/libunicode.la \
+       util/libutil.la         \
+       vfs/libvfs.la
 
-libatalk_la_SOURCES =
-libatalk_la_LIBADD  = ${LIBATALK_DEPS}
-libatalk_la_LDFLAGS = -static
+libatalk_la_DEPENDENCIES = \
+       acl/libacl.la \
+       adouble/libadouble.la   \
+       bstring/libbstring.la \
+       cnid/libcnid.la \
+       compat/libcompat.la     \
+       dsi/libdsi.la           \
+       iniparser/libiniparser.la \
+       tdb/libtdb.la       \
+       unicode/libunicode.la \
+       util/libutil.la         \
+       vfs/libvfs.la
 
+libatalk_la_LDFLAGS = -version-info 0:0:0