minimal package structure
[gbooks] / gbooks-0.1 / src / Makefile.am
diff --git a/gbooks-0.1/src/Makefile.am b/gbooks-0.1/src/Makefile.am
new file mode 100644 (file)
index 0000000..b10e040
--- /dev/null
@@ -0,0 +1,4 @@
+bin_PROGRAMS = gbooks
+gbooks_SOURCES = gbooks.c
+gbooks_CPPFLAGS = $(HILDON_CFLAGS)
+gbooks_LDADD = $(HILDON_LIBS)