Remove 'df' program from examples - didn't ever work.
[libguestfs.git] / examples / Makefile.am
1 # libguestfs examples
2
3 noinst_PROGRAMS = hello
4
5 hello_SOURCES = hello.c
6 hello_CFLAGS = -I$(top_builddir)/src -Wall
7 hello_LDADD = $(top_builddir)/src/libguestfs.la
8
9 CLEANFILES = *~ $(noinst_PROGRAMS)