]> git.draconx.ca Git - aspectbin.git/blob - examples/Makefile.am
Do not compile and install the example programs.
[aspectbin.git] / examples / Makefile.am
1 noinst_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