]> arthur.barton.de Git - netatalk.git/blob - bin/getzones/Makefile.am
CFLAGS -> INCLUDES and other build fixes.
[netatalk.git] / bin / getzones / Makefile.am
1 # Makefile.am for bin/getzones/
2
3 bin_PROGRAMS = getzones
4
5 getzones_SOURCES = getzones.c
6 getzones_LDADD = $(top_builddir)/libatalk/libatalk.la
7
8 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/sys