[farsight2/master] Include the proper path
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:25:03 PST 2008
---
gst-libs/ext/fsupnp/Makefile.am | 3 ++-
gst-libs/ext/fsupnp/fs-upnp-simple-igd-thread.h | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/gst-libs/ext/fsupnp/Makefile.am b/gst-libs/ext/fsupnp/Makefile.am
index d5433be..24372b7 100644
--- a/gst-libs/ext/fsupnp/Makefile.am
+++ b/gst-libs/ext/fsupnp/Makefile.am
@@ -32,7 +32,8 @@ fs-upnp-simple-igd-marshal.c: fs-upnp-simple-igd-marshal.list Makefile
mv $@.tmp $@
libfsupnp_la_CFLAGS = \
- $(GUPNP_CFLAGS)
+ $(GUPNP_CFLAGS) \
+ -I$(top_srcdir)/gst-libs
libfsupnp_la_LIBADD = \
$(GUPNP_LIBS)
diff --git a/gst-libs/ext/fsupnp/fs-upnp-simple-igd-thread.h b/gst-libs/ext/fsupnp/fs-upnp-simple-igd-thread.h
index b3253e4..9d1386c 100644
--- a/gst-libs/ext/fsupnp/fs-upnp-simple-igd-thread.h
+++ b/gst-libs/ext/fsupnp/fs-upnp-simple-igd-thread.h
@@ -23,7 +23,7 @@
#ifndef __FS_UPNP_SIMPLE_IGD_THREAD_H__
#define __FS_UPNP_SIMPLE_IGD_THREAD_H__
-#include "fs-upnp-simple-igd.h"
+#include <ext/fsupnp/fs-upnp-simple-igd.h>
G_BEGIN_DECLS
--
1.5.6.5
More information about the farsight-commits
mailing list