]> arthur.barton.de Git - netatalk.git/blob - etc/afpd/Makefile.am
afpd.passwd -> afppasswd, make fixes for afppasswd
[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 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
8 afpd_LDADD = $(top_srcdir)/libatalk/libatalk.a -latalk
9
10 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 unix.h volume.h
11
12 CFLAGS = @CFLAGS@ -I$(top_srcdir)/include -I$(top_srcdir)/sys \
13          -D_PATH_AFPDDEFVOL=\"$(CONFIG_DIR)/AppleVolumes.default\" \
14          -D_PATH_AFPDSYSVOL=\"$(CONFIG_DIR)/AppleVolumes.system\" \
15          -D_PATH_AFPDPWFILE=\"$(CONFIG_DIR)/afppasswd\" \
16          -D_PATH_AFPDCONF=\"$(CONFIG_DIR)/afpd.conf\" \
17          -D_PATH_AFPDUAMPATH=\"$(UAMS_PATH)/\" \
18          -D_PATH_AFPDNLSPATH=\"$(CONFIG_DIR)/nls/\" \
19          -DAPPLCNAME \
20          -DVERSION=\"$(NETATALK_VERSION)\"