summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-03-11 20:16:44 +0100
committerBenjamin Otte <otte@redhat.com>2010-03-11 20:20:31 +0100
commit6404e94ae70d81e2e51b9cb9941900e59e84b1cc (patch)
tree07e6df890bbb2cad3fa1ff997849fe5b61b0b01e
parente22741f1dd22ad605fabb6dca7777f9f196c65af (diff)
Don't have 2 include dirs
Seems to have been accidentally introduced in 7269bc26d0a4bf44bd77a039fb54777625ef5f39.
-rw-r--r--gst-libs/gst/interfaces/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst-libs/gst/interfaces/Makefile.am b/gst-libs/gst/interfaces/Makefile.am
index e9bdf39b5..a172bb3d1 100644
--- a/gst-libs/gst/interfaces/Makefile.am
+++ b/gst-libs/gst/interfaces/Makefile.am
@@ -1,7 +1,6 @@
lib_LTLIBRARIES = libgstinterfaces-@GST_MAJORMINOR@.la
libgstinterfacesincludedir = \
- $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/interfaces \
- $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/video
+ $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/interfaces
headers_interfaces = \
colorbalance.h \