From 553e0295b23c6c92af5ffcb6f3908cad382a4d21 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 19 Mar 2010 00:05:19 +0000 Subject: [PATCH] apetag: minor Makefile.am surgery -I$(top_srcdir)/gst-libs/ is already in $(GST_CFLAGS) --- gst/apetag/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/apetag/Makefile.am b/gst/apetag/Makefile.am index bde6a9f..b391f5e 100644 --- a/gst/apetag/Makefile.am +++ b/gst/apetag/Makefile.am @@ -2,7 +2,6 @@ plugin_LTLIBRARIES = libgstapetag.la libgstapetag_la_SOURCES = gstapedemux.c libgstapetag_la_CFLAGS = \ - -I$(top_srcdir)/gst-libs \ $(GST_PLUGINS_BASE_CFLAGS) \ $(GST_BASE_CFLAGS) \ $(GST_CFLAGS) -- 2.7.4