X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=examples%2FMakefile.am;h=fb3d656cfc8667866fa56feac5d35df43de65b8d;hp=13302d9b9270416c99dad3a947181b71bcfadefa;hb=7c3a90f94cd6b8fec9cdd1c052b91a14c0ee0e0e;hpb=41b959fd9b057354f642d84398b875d02b88b864 diff --git a/examples/Makefile.am b/examples/Makefile.am index 13302d9..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)