From fe5b149ec2af915066d8467e4c3143e53c4d591c Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Fri, 9 May 2008 18:36:06 +0300 Subject: [PATCH] Don't install vlc-config. It does provide sufficient/useful infos for external build. Use pkg-config vlc-plugin instead. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0c6031755f..7d60b00169 100644 --- a/Makefile.am +++ b/Makefile.am @@ -291,7 +291,7 @@ dist-hook: # Building libvlc ############################################################################### -bin_SCRIPTS = vlc-config +noinst_SCRIPTS = vlc-config vlc-config: $(top_builddir)/config.status $(top_builddir)/vlc-config.in $(SHELL) ./config.status --file=$@ chmod 0755 $@ -- 2.39.2