]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/Makefile.am
experimental code added from Bob Rogers to generate more persistant DIDs
[netatalk.git] / etc / afpd / Makefile.am
index 8e546bc2560174e867895fcba4e89a1366bfc22a..5c7e82548bc11af1bfa004d652708e43b713f602 100644 (file)
@@ -4,17 +4,22 @@ SUBDIRS = nls
 
 sbin_PROGRAMS = afpd
 
+bin_PROGRAMS = test_parse_mtab
+
 afpd_SOURCES = unix.c ofork.c main.c switch.c auth.c volume.c directory.c \
         file.c enumerate.c desktop.c filedir.c fork.c appl.c gettok.c \
         status.c afp_options.c afp_asp.c afp_dsi.c messages.c afp_config.c \
-        nfsquota.c codepage.c quota.c uam.c afs.c uid.c
+        nfsquota.c codepage.c quota.c uam.c afs.c uid.c parse_mtab.c
+
+test_parse_mtab_SOURCES = test_parse_mtab.c
+test_parse_mtab_LDADD = $(top_builddir)/libatalk/libatalk.la
 
 afpd_LDADD = $(top_builddir)/libatalk/libatalk.la
 afpd_LDFLAGS = -rdynamic
 
 noinst_HEADERS = auth.h codepage.h afp_config.h desktop.h directory.h file.h \
         filedir.h fork.h globals.h icon.h misc.h status.h switch.h uam_auth.h \
-        uid.h unix.h volume.h
+        uid.h unix.h volume.h parse_mtab.h
 
 LIBS = @LIBS@ @AFPD_LIBS@