]> git.draconx.ca Git - aspectbin.git/blob - examples/Makefile.am
f8632c90470add22c2e42c42f66dafafb10e68fd
[aspectbin.git] / examples / Makefile.am
1 bin_PROGRAMS = simplebuttons
2
3 AM_CPPFLAGS = -I$(top_srcdir)
4
5 simplebuttons_SOURCES = simplebuttons.c
6 simplebuttons_CFLAGS  = $(GTK_CFLAGS)
7 simplebuttons_LDFLAGS = $(GTK_LIBS)
8 simplebuttons_LDADD   = $(top_builddir)/libaspectbin.la