[Xfce4-commits] <parole:master> Fix some includes.
Ali Abdallah
noreply at xfce.org
Thu Nov 19 22:58:02 CET 2009
Updating branch refs/heads/master
to b4bea994ede2bc1a1f06c83596afa5234ec47668 (commit)
from e36fdd155c46010b3c477eb0d79fc6e514e33f2b (commit)
commit b4bea994ede2bc1a1f06c83596afa5234ec47668
Author: Ali Abdallah <ali at ali-xfce.org>
Date: Thu Nov 19 22:55:06 2009 +0100
Fix some includes.
gst/Makefile.am | 6 ++----
gst/parole-gst.h | 2 +-
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/gst/Makefile.am b/gst/Makefile.am
index b5c0806..582ebed 100644
--- a/gst/Makefile.am
+++ b/gst/Makefile.am
@@ -4,6 +4,7 @@ noinst_LTLIBRARIES = \
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/common \
+ -I$(top_srcdir)/parole \
-DLOCALEDIR=\"$(localedir)\" \
-DG_LOG_DOMAIN=\"parole-gst\"
@@ -29,12 +30,9 @@ libparolegst_la_CFLAGS = \
libparolegst_la_LIBADD = \
$(top_builddir)/common/libparolecommon.la
-libparolegst_header = \
- parole-stream.h
-
parole_glib_enum_headers = \
parole-gst.h \
- parole-stream.h
+ $(top_srcdir)/parole/parole-stream.h
if MAINTAINER_MODE
diff --git a/gst/parole-gst.h b/gst/parole-gst.h
index 4c38c83..b07b70a 100644
--- a/gst/parole-gst.h
+++ b/gst/parole-gst.h
@@ -25,7 +25,7 @@
#include <gst/gst.h>
#include <gtk/gtk.h>
-#include "parole-stream.h"
+#include <parole/parole-stream.h>
G_BEGIN_DECLS
More information about the Xfce4-commits
mailing list