diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2002-12-17 15:15:34 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2002-12-17 15:15:34 +0000 |
commit | 3e892a2c7df663a33f59a74fcb13a0aee2eefa4d (patch) | |
tree | c1110cd14f4161ee1a0a86f8f0b50ac8268b8cf2 | |
parent | 6b3b7cb9eed5a3546ce7861264e4c478b21b17db (diff) |
Also generate uninstalled .pc files
Original commit message from CVS:
Also generate uninstalled .pc files
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 380fbe8a..f2761ff1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ else EXAMPLES_DIR= endif -all-local: gstreamer-libs-@GST_MAJORMINOR@.pc gstreamer-play-@GST_MAJORMINOR@.pc +all-local: gstreamer-libs-@GST_MAJORMINOR@.pc gstreamer-play-@GST_MAJORMINOR@.pc gstreamer-libs-@GST_MAJORMINOR@-uninstalled.pc gstreamer-play-@GST_MAJORMINOR@-uninstalled.pc gstreamer-libs-@GST_MAJORMINOR@.pc: gstreamer-libs.pc gstreamer-libs.pc.in cp gstreamer-libs.pc gstreamer-libs-@GST_MAJORMINOR@.pc gstreamer-play-@GST_MAJORMINOR@.pc: gstreamer-play.pc gstreamer-play.pc.in |