From 39287edba786e034bdf9d7c499b49d128c46abb9 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 26 Jul 2004 13:35:02 +0000 Subject: [PATCH] generate uninstalled pc files svn path=/trunk/vorbis/; revision=7348 --- Makefile.am | 6 +++++- configure.in | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index fce3272..524629b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,11 @@ pkgconfig_DATA = vorbis.pc vorbisenc.pc vorbisfile.pc EXTRA_DIST = HACKING todo.txt macos macosx autogen.sh \ libvorbis.spec libvorbis.spec.in \ - vorbis.m4 vorbis.pc.in vorbisenc.pc.in vorbisfile.pc.in + vorbis.m4 vorbis.pc.in vorbisenc.pc.in vorbisfile.pc.in \ + vorbis-uninstalled.pc.in \ + vorbisenc-uninstalled.pc.in \ + vorbisfile-uninstalled.pc.in + dist-hook: rm -rf `find $(distdir)/macos -name CVS` diff --git a/configure.in b/configure.in index 3ba6172..c8c8534 100644 --- a/configure.in +++ b/configure.in @@ -239,4 +239,7 @@ libvorbis.spec vorbis.pc vorbisenc.pc vorbisfile.pc +vorbis-uninstalled.pc +vorbisenc-uninstalled.pc +vorbisfile-uninstalled.pc ]) -- 2.7.4