X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=examples%2FMakefile.am;fp=examples%2FMakefile.am;h=9bac5f365b2cb85038417c844f34e2e1d3869cfc;hp=66a32d7b6a963bd607f604085b044de12b1e65c3;hb=40ca9a57829f2e82362e391d7d998bf33c8bd671;hpb=cd2fd58da3f5648a62f3fb7586cdc910c09a31af diff --git a/examples/Makefile.am b/examples/Makefile.am index 66a32d7..9bac5f3 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,7 +1,11 @@ # libguestfs examples -noinst_PROGRAMS = df +noinst_PROGRAMS = df hello df_SOURCES = df.c -df_CFLAGS = -I$(top_builddir)/src +df_CFLAGS = -I$(top_builddir)/src -Wall df_LDADD = $(top_builddir)/src/libguestfs.la + +hello_SOURCES = hello.c +hello_CFLAGS = -I$(top_builddir)/src -Wall +hello_LDADD = $(top_builddir)/src/libguestfs.la