From f0a16e019966c520d810562f97a243d304bf4429 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 2 Aug 2001 23:50:00 +0000 Subject: [PATCH] - install gstreamer.pc to the right place under $(prefix)/share/pkconfig Original commit message from CVS: - install gstreamer.pc to the right place under $(prefix)/share/pkconfig --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0bc3fcf..d9f32bb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,7 @@ bin_SCRIPTS = gstreamer-config m4datadir = $(datadir)/aclocal m4data_DATA = gstreamer.m4 -pkgconfigdir = $(libdir)/pkgconfig +pkgconfigdir = $(datadir)/pkgconfig pkgconfig_DATA = gstreamer.pc man_MANS = gstreamer-config.1 -- 2.7.4