summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-02-12 23:13:55 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-02-12 23:13:55 +0000
commit7651122651e99011d136f8676a55873a30fbf805 (patch)
tree842ad8d05c54d35ef1cfa54744ebd509e3a5e5d6
parent104ec747dfe785e9f1b4883a3999410a3a6f44ed (diff)
downloadgstreamer-plugins-bad-7651122651e99011d136f8676a55873a30fbf805.tar.gz
ext/metadata/Makefile.am: Don't install a header file. We will have to merge these tags into libgsttag after the rele...
Original commit message from CVS: * ext/metadata/Makefile.am: Don't install a header file. We will have to merge these tags into libgsttag after the release and use them from there. Fixes: #515860
-rw-r--r--ChangeLog7
-rw-r--r--ext/metadata/Makefile.am4
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ce0844dcd..93d931e3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-02-12 Jan Schmidt <jan.schmidt@sun.com>
+
+ * ext/metadata/Makefile.am:
+ Don't install a header file. We will have to merge these
+ tags into libgsttag after the release and use them from there.
+ Fixes: #515860
+
2008-02-12 Sebastien Moutte <sebastien@moutte.net>
* gst-libs/gst/dshow/Makefile.am:
diff --git a/ext/metadata/Makefile.am b/ext/metadata/Makefile.am
index 775dbf898..5c1a3827b 100644
--- a/ext/metadata/Makefile.am
+++ b/ext/metadata/Makefile.am
@@ -16,9 +16,6 @@ libgstmetadata_la_SOURCES = gstmetadata.c \
metadatatags.c \
gstbasemetadata.c
-libgstmetadata_ladir = $(includedir)/gstreamer-@GST_MAJORMINOR@/metadata
-libgstmetadata_la_HEADERS = metadatatags.h
-
libgstmetadata_la_CFLAGS = $(METADATA_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
libgstmetadata_la_LIBADD = $(METADATA_LIBS) -lgsttag-@GST_MAJORMINOR@ $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS)
libgstmetadata_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
@@ -33,6 +30,7 @@ noinst_HEADERS = gstmetadatademux.h \
metadataiptc.h \
metadataxmp.h \
metadataparseutil.h \
+ metadatatags.h \
metadatatypes.h \
gstmetadatamux.h \
gstbasemetadata.h