]> arthur.barton.de Git - netatalk.git/commitdiff
quick compile fix for the test_parse_mtab code
authorrufustfirefly <rufustfirefly>
Fri, 1 Jun 2001 19:49:51 +0000 (19:49 +0000)
committerrufustfirefly <rufustfirefly>
Fri, 1 Jun 2001 19:49:51 +0000 (19:49 +0000)
etc/afpd/Makefile.am

index 5c7e82548bc11af1bfa004d652708e43b713f602..4b360a0677a19e6e10c8fd83330881ae1b2bf18a 100644 (file)
@@ -11,7 +11,7 @@ afpd_SOURCES = unix.c ofork.c main.c switch.c auth.c volume.c directory.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 parse_mtab.c
 
-test_parse_mtab_SOURCES = test_parse_mtab.c
+test_parse_mtab_SOURCES = test_parse_mtab.c parse_mtab.c
 test_parse_mtab_LDADD = $(top_builddir)/libatalk/libatalk.la
 
 afpd_LDADD = $(top_builddir)/libatalk/libatalk.la