]> git.draconx.ca Git - aspectbin.git/blobdiff - examples/Makefile.am
Create an examples subdirectory.
[aspectbin.git] / examples / Makefile.am
diff --git a/examples/Makefile.am b/examples/Makefile.am
new file mode 100644 (file)
index 0000000..4667bbd
--- /dev/null
@@ -0,0 +1,6 @@
+bin_PROGRAMS = simplebuttons
+
+simplebuttons_SOURCES = simplebuttons.c
+simplebuttons_CFLAGS  = $(GTK_CFLAGS)
+simplebuttons_LDFLAGS = $(GTK_LIBS)
+simplebuttons_LDADD   = $(top_builddir)/libaspectbin.la