diff options
author | René Stadler <rene.stadler@nokia.com> | 2009-02-23 23:18:33 +0200 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2009-11-27 12:09:58 +0200 |
commit | 2c158ffad98e958104062cc9926bb4f949aee0e5 (patch) | |
tree | e99b1ef0cdcc6dbeaf20a7bec9263c15415e242e /Makefile.am | |
parent | 7dac3659c61feae9d076475a02a57e256282661b (diff) | |
download | gstreamer-plugins-bad-2c158ffad98e958104062cc9926bb4f949aee0e5.tar.gz |
Add pkgconfig files for photography interface library.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 94bca7a28..eb588f5f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,11 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc SUBDIRS = \ - gst-libs gst sys ext \ + gst-libs gst sys ext pkgconfig \ m4 common docs tests po DIST_SUBDIRS = \ - gst gst-libs sys ext \ + gst gst-libs sys ext pkgconfig \ m4 common docs tests po # include before EXTRA_DIST for win32 assignment |