]> arthur.barton.de Git - netatalk.git/blob - etc/afpd/Makefile.am
Makefile.am patches from Sebastian Rittau (srittau@jroger.in-berlin.de)
[netatalk.git] / etc / afpd / Makefile.am
1 # Makefile.am for etc/afpd/
2
3 SUBDIRS = nls
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 status.c \
9          afp_options.c afp_asp.c afp_dsi.c messages.c afp_config.c nfsquota.c \
10          codepage.c quota.c uam.c afs.c uid.c
11
12 afpd_LDADD = $(top_builddir)/libatalk/libatalk.a -latalk
13 afpd_LDFLAGS = -rdynamic
14
15 noinst_HEADERS = auth.h codepage.h afp_config.h desktop.h directory.h file.h \
16          filedir.h fork.h globals.h icon.h misc.h status.h switch.h uam_auth.h \
17          uid.h unix.h volume.h
18
19 CFLAGS = @CFLAGS@ \
20          -D_PATH_AFPDDEFVOL=\"$(CONFIG_DIR)/AppleVolumes.default\" \
21          -D_PATH_AFPDSYSVOL=\"$(CONFIG_DIR)/AppleVolumes.system\" \
22          -D_PATH_AFPDPWFILE=\"$(CONFIG_DIR)/afppasswd\" \
23          -D_PATH_AFPDCONF=\"$(CONFIG_DIR)/afpd.conf\" \
24          -D_PATH_AFPDUAMPATH=\"$(UAMS_PATH)/\" \
25          -D_PATH_AFPDNLSPATH=\"$(CONFIG_DIR)/nls/\" \
26          -DAPPLCNAME