From 8397d7c357abab73acd3fd05554e5122d81905f8 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Mon, 16 Mar 2009 10:52:31 -0400 Subject: [PATCH] Do not compile and install the example programs. --- Makefile.am | 2 +- examples/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.43.0