]> arthur.barton.de Git - netatalk.git/blob - etc/afpd/Makefile.am
remove automake warnings, from Houritsu Chu
[netatalk.git] / etc / afpd / Makefile.am
1 # Makefile.am for etc/afpd/
2
3 pkgconfdir = @PKGCONFDIR@
4
5 sbin_PROGRAMS = afpd
6
7 afpd_SOURCES = unix.c ofork.c main.c switch.c auth.c volume.c directory.c \
8          file.c enumerate.c desktop.c filedir.c fork.c appl.c gettok.c \
9          mangle.c status.c afp_options.c afp_asp.c afp_dsi.c messages.c  \
10          afp_config.c nfsquota.c quota.c uam.c afs.c uid.c afp_util.c \
11          catsearch.c afprun.c vfs_adouble.c hash.c
12
13 afpd_LDADD =  $(top_builddir)/libatalk/cnid/libcnid.la $(top_builddir)/libatalk/libatalk.la
14 afpd_LDFLAGS = -export-dynamic
15
16 noinst_HEADERS = auth.h afp_config.h desktop.h directory.h file.h \
17          filedir.h fork.h globals.h icon.h mangle.h misc.h status.h switch.h \
18          uam_auth.h uid.h unix.h volume.h afp_vfs.h hash.h
19
20 LIBS = @LIBS@ @QUOTA_LIBS@ @SLP_LIBS@ @WRAP_LIBS@ @LIBADD_DL@
21
22 AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/sys \
23          @CFLAGS@ @SLP_CFLAGS@ \
24          -D_PATH_AFPDDEFVOL=\"$(pkgconfdir)/AppleVolumes.default\" \
25          -D_PATH_AFPDSYSVOL=\"$(pkgconfdir)/AppleVolumes.system\" \
26          -D_PATH_AFPDPWFILE=\"$(pkgconfdir)/afppasswd\" \
27          -D_PATH_AFPDCONF=\"$(pkgconfdir)/afpd.conf\" \
28          -D_PATH_AFPDUAMPATH=\"$(UAMS_PATH)/\" \
29          -DAPPLCNAME \
30          -DSERVERTEXT=\"$(SERVERTEXT)/\"