]> arthur.barton.de Git - netatalk.git/blob - etc/atalkd/Makefile.am
Some more large autoconf/automake fixes. include/ and sys/ should install
[netatalk.git] / etc / atalkd / Makefile.am
1 # Makefile.am for etc/atalkd/
2
3 sbin_PROGRAMS = atalkd
4
5 atalkd_SOURCES = aep.c config.c main.c multicast.c nbp.c route.c rtmp.c zip.c 
6 atalkd_LDADD = -L$(top_srcdir)/libatalk -latalk
7
8 noinst_HEADERS = atserv.h gate.h interface.h list.h multicast.h nbp.h rtmp.h zip.h
9
10 CFLAGS = @CFLAGS@ -I$(top_srcdir)/include -I$(top_srcdir)/sys \
11         -D_PATH_ATALKDCONF=\"$(CONFIG_DIR)/atalkd.conf\" \
12         -DVERSION=\"$(NETATALK_VERSION)\"