summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Reitter <travis.reitter@collabora.co.uk>2010-07-13 18:03:41 -0700
committerTravis Reitter <travis.reitter@collabora.co.uk>2010-07-13 18:09:01 -0700
commit480317fd2f26879edbd3740811ca160ec39a1839 (patch)
tree6d768c69f59307928f26bad1dd15d6f881590fa5
parent3454785e384e21a0974eec4b7298a959fb7a476d (diff)
Specify tp-lowlevel.h being in the srcdir, to work around a vala-gen-introspect bug.
-rw-r--r--backends/telepathy/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/telepathy/Makefile.am b/backends/telepathy/Makefile.am
index e77606f..070fdac 100644
--- a/backends/telepathy/Makefile.am
+++ b/backends/telepathy/Makefile.am
@@ -51,7 +51,8 @@ libtp_lowlevel_la_LDFLAGS = \
$(NULL)
tp-lowlevel.gi: $(libtp-lowlevel_la_SOURCES) libtp-lowlevel.la
- $(VGI_V)$(VALA_GEN_INTROSPECT) --namespace=Folks tp-lowlevel.h \
+ $(VGI_V)$(VALA_GEN_INTROSPECT) --namespace=Folks \
+ $(srcdir)/tp-lowlevel.h \
$(GLIB_CFLAGS) $(DBUS_GLIB_CFLAGS) $(GEE_CFLAGS) \
$(TP_VALA_CFLAGS) $(TP_GLIB_CFLAGS) -I$(top_srcdir)/folks \
.libs/libtp-lowlevel.so > tp-lowlevel.gi