X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=examples%2FMakefile.am;h=31707b8b6289d5d1d3d03b52ff17bd735862cb13;hp=cafb7f999e76e5031abf1779a05a3611f3153eeb;hb=8f9f02d483b87c787d089cf9329f5f1b81d3a77e;hpb=d19ceb226c242844467b2935c1e19b989b4315e8 diff --git a/examples/Makefile.am b/examples/Makefile.am index cafb7f9..31707b8 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,13 +1,13 @@ # libguestfs examples -noinst_PROGRAMS = df hello - -df_SOURCES = df.c -df_CFLAGS = -I$(top_builddir)/src -Wall -df_LDADD = $(top_builddir)/src/libguestfs.la +noinst_PROGRAMS = hello to-xml hello_SOURCES = hello.c hello_CFLAGS = -I$(top_builddir)/src -Wall hello_LDADD = $(top_builddir)/src/libguestfs.la -CLEANFILES = *~ +to_xml_SOURCES = to-xml.c +to_xml_CFLAGS = -I$(top_builddir)/src -Wall +to_xml_LDADD = $(top_builddir)/src/libguestfs.la + +CLEANFILES = *~ $(noinst_PROGRAMS)