]> arthur.barton.de Git - netatalk.git/blob - etc/netalockd/Makefile.am
Merge master
[netatalk.git] / etc / netalockd / Makefile.am
1 # Makefile.am for etc/netalockd/
2
3 sbin_PROGRAMS = netalockd
4
5 netalockd_SOURCES = main.c
6 netalockd_LDADD = \
7         $(top_builddir)/libatalk/libatalk.la \
8         @PTHREAD_LIBS@
9 netalockd_LDFLAGS = -static