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
This commit is contained in:
Jan Schmidt 2008-02-12 23:13:55 +00:00
parent 104ec747df
commit 7651122651
2 changed files with 8 additions and 3 deletions

View file

@ -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:

View file

@ -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