From: Nick Bowler Date: Mon, 16 Mar 2009 14:52:31 +0000 (-0400) Subject: Do not compile and install the example programs. X-Git-Url: http://git.draconx.ca/gitweb/aspectbin.git/commitdiff_plain/8397d7c357abab73acd3fd05554e5122d81905f8 Do not compile and install the example programs. --- diff --git a/Makefile.am b/Makefile.am index 07b997b..907c9d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = . examples +DIST_SUBDIRS = examples ACLOCAL_AMFLAGS = -I m4 lib_LTLIBRARIES = libaspectbin.la diff --git a/examples/Makefile.am b/examples/Makefile.am index f8632c9..88a41d4 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = simplebuttons +noinst_PROGRAMS = simplebuttons AM_CPPFLAGS = -I$(top_srcdir)