diff options
author | Linus Nordberg <linus@nordu.net> | 2011-03-25 17:58:23 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-03-25 17:58:23 +0100 |
commit | 406624244cbc0640f32f13336459a33e34971fcf (patch) | |
tree | 9450f8e889ba13e4b95a64d5f8690ee618f0c7cd /lib/examples | |
parent | bae5640dbed12a32c20ad4f0cda30550a6ec60a2 (diff) |
Don't install example programs.
Diffstat (limited to 'lib/examples')
-rw-r--r-- | lib/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |