Running qemu as a subprocess.
[libguestfs.git] / examples / Makefile.am
diff --git a/examples/Makefile.am b/examples/Makefile.am
new file mode 100644 (file)
index 0000000..66a32d7
--- /dev/null
@@ -0,0 +1,7 @@
+# libguestfs examples
+
+noinst_PROGRAMS = df
+
+df_SOURCES = df.c
+df_CFLAGS = -I$(top_builddir)/src
+df_LDADD = $(top_builddir)/src/libguestfs.la