]> arthur.barton.de Git - netatalk.git/blob - etc/netalockd/Makefile.am
Add libevent
[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         $(top_builddir)/libevent/libevent.la \
9         @PTHREAD_LIBS@
10 netalockd_LDFLAGS = -static