diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-28 20:20:36 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-28 20:20:36 +0000 |
commit | 7301a369eb4a57aa6ea9b8b96eb83b9d7a4d2a52 (patch) | |
tree | 535d264cd646cf7141a54910a474165698bdfb23 | |
parent | 2af76f3837a89a83a08bbd4f97f2d50fd47dcae7 (diff) | |
download | gst-plugins-bad-7301a369eb4a57aa6ea9b8b96eb83b9d7a4d2a52.tar.gz gst-plugins-bad-7301a369eb4a57aa6ea9b8b96eb83b9d7a4d2a52.tar.bz2 gst-plugins-bad-7301a369eb4a57aa6ea9b8b96eb83b9d7a4d2a52.zip |
hardcode majorminor for testing
Original commit message from CVS:
hardcode majorminor for testing
-rw-r--r-- | configure.ac | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 7b9798b1..08f1fbb9 100644 --- a/configure.ac +++ b/configure.ac @@ -17,6 +17,7 @@ AM_INIT_AUTOMAKE($PACKAGE,$VERSION) dnl our libraries and install dirs use major.minor as a version GST_MAJORMINOR=$GST_PLUGINS_VERSION_MAJOR.$GST_PLUGINS_VERSION_MINOR +GST_MAJORMINOR=0.6 AC_SUBST(GST_MAJORMINOR) dnl CURRENT, REVISION, AGE @@ -996,10 +997,6 @@ dnl ######################### AC_CONFIG_FILES( Makefile -gstreamer-libs.pc -gstreamer-libs-uninstalled.pc -gstreamer-play.pc -gstreamer-play-uninstalled.pc gst-plugins.spec gst/Makefile gst/ac3parse/Makefile @@ -1137,6 +1134,11 @@ testsuite/spider/Makefile testsuite/Makefile tools/Makefile gconf/Makefile +pkgconfig/Makefile +pkgconfig/gstreamer-libs.pc +pkgconfig/gstreamer-libs-uninstalled.pc +pkgconfig/gstreamer-play.pc +pkgconfig/gstreamer-play-uninstalled.pc ) AC_OUTPUT |