]> pilppa.org Git - nws-w1.git/blob - src_client/Makefile.am
fix compiler warning from sleep prototype
[nws-w1.git] / src_client / Makefile.am
1 noinst_PROGRAMS = nwc-w1
2
3 nwc_w1_SOURCES = NetworkServiceClient_W1.cc
4 nwc_w1_LDADD = $(SRC_CLIENT_LIBS)
5
6 AM_CPPFLAGS = $(SRC_CLIENT_CFLAGS) \
7                 -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\"
8
9 DISTCLEANFILES = Makefile.in
10