diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-29 16:43:56 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-29 16:43:56 +0000 |
commit | b93cb588fd14c1f033eab3f8d109eacac3b67ee5 (patch) | |
tree | d401ffe7aa9c4d37a16e68d06eb7b81c0ec56c7a /Makefile.am | |
parent | dccdb477f1129df55c6d72ac7a12502babf576e3 (diff) | |
download | gst-plugins-bad-b93cb588fd14c1f033eab3f8d109eacac3b67ee5.tar.gz gst-plugins-bad-b93cb588fd14c1f033eab3f8d109eacac3b67ee5.tar.bz2 gst-plugins-bad-b93cb588fd14c1f033eab3f8d109eacac3b67ee5.zip |
ok, redo from start
Original commit message from CVS:
ok, redo from start
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 45b60f97..54500858 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ EXT_DIR= endif pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = gstreamer-libs.pc +pkgconfig_DATA = gstreamer-libs.pc gstreamer-play.pc aclocaldir = $(datadir)/aclocal aclocal_DATA = gst-element-check.m4 @@ -22,6 +22,7 @@ DIST_SUBDIRS=gst-libs gst sys ext examples tools gconf testsuite EXTRA_DIST=gst-plugins.spec depcomp gst-element-check.m4 \ gstreamer-libs.pc.in gstreamer-libs-uninstalled.pc.in \ + gstreamer-play.pc.in gstreamer-play-uninstalled.pc.in \ AUTHORS COPYING README RELEASE \ ChangeLog autogen.sh common m4 |