Updated syntax for new automake (tested 1.7).
[lufs.git] / filesystems / cefs / asyncd / Makefile.am
1 INCLUDES=-I..
2 bin_PROGRAMS=asyncd
3
4 noinst_HEADERS=asyncd.h debug.h socket.h
5
6 asyncd_SOURCES=asyncd.c debug.c socket.c
7
8 AM_CPPFLAGS=-DUSE_SYSLOG