]> arthur.barton.de Git - netatalk.git/blob - etc/afpd/Makefile.am
cnid_t is a unsigned variable, Joe! Thanks to Didier for pointing this out.
[netatalk.git] / etc / afpd / Makefile.am
1 # Makefile.am for etc/afpd/
2
3 pkgconfdir = @PKGCONFDIR@
4 nlsdir = @NLSDIR@
5
6 SUBDIRS = nls
7
8 sbin_PROGRAMS = afpd
9
10 bin_PROGRAMS = test_parse_mtab
11
12 afpd_SOURCES = unix.c ofork.c main.c switch.c auth.c volume.c directory.c \
13          file.c enumerate.c desktop.c filedir.c fork.c appl.c gettok.c \
14          status.c afp_options.c afp_asp.c afp_dsi.c messages.c afp_config.c \
15          nfsquota.c codepage.c quota.c uam.c afs.c uid.c parse_mtab.c
16
17 test_parse_mtab_SOURCES = test_parse_mtab.c parse_mtab.c
18 test_parse_mtab_LDADD = $(top_builddir)/libatalk/libatalk.la
19
20 afpd_LDADD = $(top_builddir)/libatalk/libatalk.la
21 afpd_LDFLAGS = -export-dynamic
22
23 noinst_HEADERS = auth.h codepage.h afp_config.h desktop.h directory.h file.h \
24          filedir.h fork.h globals.h icon.h misc.h status.h switch.h uam_auth.h \
25          uid.h unix.h volume.h parse_mtab.h
26
27 LIBS = @LIBS@ @AFPD_LIBS@ @QUOTA_LIBS@ @SLP_LIBS@
28
29 CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/sys \
30          @CFLAGS@ @SLP_CFLAGS@ \
31          -D_PATH_AFPDDEFVOL=\"$(pkgconfdir)/AppleVolumes.default\" \
32          -D_PATH_AFPDSYSVOL=\"$(pkgconfdir)/AppleVolumes.system\" \
33          -D_PATH_AFPDPWFILE=\"$(pkgconfdir)/afppasswd\" \
34          -D_PATH_AFPDCONF=\"$(pkgconfdir)/afpd.conf\" \
35          -D_PATH_AFPDUAMPATH=\"$(UAMS_PATH)/\" \
36          -D_PATH_AFPDNLSPATH=\"$(nlsdir)/\" \
37          -DAFPD_MTAB_FILE=\"$(pkgconfdir)/afpd.mtab\" \
38          -DAPPLCNAME