X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=examples%2FMakefile.am;h=fb3d656cfc8667866fa56feac5d35df43de65b8d;hp=31707b8b6289d5d1d3d03b52ff17bd735862cb13;hb=f8f10578093e926f5f36289a6c11615d067fbcad;hpb=7fe2b338e4102a23ecd2f89b447b7618f0e93312 diff --git a/examples/Makefile.am b/examples/Makefile.am index 31707b8..fb3d656 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -3,11 +3,11 @@ noinst_PROGRAMS = hello to-xml hello_SOURCES = hello.c -hello_CFLAGS = -I$(top_builddir)/src -Wall +hello_CFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src -Wall hello_LDADD = $(top_builddir)/src/libguestfs.la to_xml_SOURCES = to-xml.c -to_xml_CFLAGS = -I$(top_builddir)/src -Wall +to_xml_CFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src -Wall to_xml_LDADD = $(top_builddir)/src/libguestfs.la -CLEANFILES = *~ $(noinst_PROGRAMS) +CLEANFILES = $(noinst_PROGRAMS)