From 0015d48fd31743719b54ba7edf4fb925a1ea51fe Mon Sep 17 00:00:00 2001 From: conrad Date: Mon, 28 Feb 2005 02:13:50 +0000 Subject: [PATCH] don't install oggzed and oggzinfo git-svn-id: http://svn.annodex.net/liboggz/trunk@980 8158c8cd-e7e1-0310-9fa4-c5954c97daef --- src/tools/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am index 0dfaefd..541657a 100644 --- a/src/tools/Makefile.am +++ b/src/tools/Makefile.am @@ -12,7 +12,8 @@ OGGZDIR = ../liboggz OGGZ_LIBS = $(OGGZDIR)/liboggz.la @OGG_LIBS@ if OGGZ_CONFIG_READ -oggz_read_programs = oggzinfo oggzdump oggzed +oggz_read_programs = oggzdump +oggz_read_noinst_programs = oggzinfo oggzed if OGGZ_CONFIG_WRITE oggz_rw_programs = oggzmerge oggzrip @@ -22,6 +23,7 @@ endif # Programs to build bin_PROGRAMS = $(oggz_read_programs) $(oggz_rw_programs) +noinst_PROGRAMS = $(oggz_read_noinst_programs) oggzinfo_SOURCES = oggzinfo.c oggzinfo_LDADD = $(OGGZ_LIBS) -- GitLab