From 406624244cbc0640f32f13336459a33e34971fcf Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 25 Mar 2011 17:58:23 +0100 Subject: [PATCH] Don't install example programs. --- lib/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/examples/Makefile.am b/lib/examples/Makefile.am index ee0787b..17b87a3 100644 --- a/lib/examples/Makefile.am +++ b/lib/examples/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign INCLUDES = -I$(top_srcdir)/include AM_CFLAGS = -Wall -g -bin_PROGRAMS = client +noinst_PROGRAMS = client client_SOURCES = client-blocking.c client_LDADD = ../libradsec.la #-lefence client_CFLAGS = $(AM_CFLAGS) -DUSE_CONFIG_FILE -- 2.1.4