X-Git-Url: https://git.draconx.ca/gitweb/aspectbin.git/blobdiff_plain/d4f61136550911d7576f3d819680a5725b0dc2d9..bbda4fee7164bffd88a627c8ed4c60c22f0fad5c:/examples/Makefile.am?ds=sidebyside diff --git a/examples/Makefile.am b/examples/Makefile.am new file mode 100644 index 0000000..4667bbd --- /dev/null +++ b/examples/Makefile.am @@ -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