Add the bcast and the listservers examples to the new build system
[deb_libnfs.git] / examples / Makefile.am
index bbadbea87fdbd00c4048ef4aee3bc26507bb2040..bbf2c349481284aa3fac4fa48ef5ce834bf1dbbe 100644 (file)
@@ -1,4 +1,4 @@
-noinst_PROGRAMS = nfsclient-async nfsclient-raw nfsclient-sync
+noinst_PROGRAMS = nfsclient-async nfsclient-raw nfsclient-sync nfsclient-bcast nfsclient-listservers
 
 nfsclient_async_CPPFLAGS = \
        -I$(abs_top_srcdir)/include \
@@ -22,3 +22,19 @@ nfsclient_sync_CPPFLAGS = \
        "-D_U_=__attribute__((unused))"
 nfsclient_sync_SOURCES = nfsclient-sync.c
 nfsclient_sync_LDADD = $(abs_top_srcdir)/lib/.libs/libnfs.la
+
+nfsclient_bcast_CPPFLAGS = \
+       -I$(abs_top_srcdir)/include \
+       -I$(abs_top_srcdir)/mount \
+       -I$(abs_top_srcdir)/portmap \
+       "-D_U_=__attribute__((unused))"
+nfsclient_bcast_SOURCES = nfsclient-bcast.c
+nfsclient_bcast_LDADD = $(abs_top_srcdir)/lib/.libs/libnfs.la
+
+nfsclient_listservers_CPPFLAGS = \
+       -I$(abs_top_srcdir)/include \
+       -I$(abs_top_srcdir)/mount \
+       "-D_U_=__attribute__((unused))"
+nfsclient_listservers_SOURCES = nfsclient-listservers.c
+nfsclient_listservers_LDADD = $(abs_top_srcdir)/lib/.libs/libnfs.la
+