summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-01-17 13:37:33 +0000
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-01-17 13:37:33 +0000
commit6abc3c59f100d8bb256dd75d8e8c36ac6fe97f68 (patch)
tree856de9b8281e1b2634c94a873fe0b74ee6fb2a2b
parent33abcd135e91ac6e5dbd94661c568b2336149555 (diff)
src/: refer to the headers in /gabble using the absolute src dirparty-out-of-the-tree
Otherwise they cannot be found in out-of-tree builds. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--src/Makefile.am16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2cf8d125c..e4565daaf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -43,12 +43,12 @@ libgabble_convenience_la_SOURCES = \
call-member-content.c \
call-stream.h \
call-stream.c \
- $(top_srcdir)/gabble/capabilities-set.h \
+ @abs_top_srcdir@/gabble/capabilities-set.h \
capabilities.h \
capabilities.c \
caps-cache.h \
caps-cache.c \
- $(top_srcdir)/gabble/caps-hash.h \
+ @abs_top_srcdir@/gabble/caps-hash.h \
caps-hash.h \
caps-hash.c \
caps-channel-manager.h \
@@ -75,7 +75,7 @@ libgabble_convenience_la_SOURCES = \
conn-util.c \
conn-mail-notif.h \
conn-mail-notif.c \
- $(top_srcdir)/gabble/connection.h \
+ @abs_top_srcdir@/gabble/connection.h \
connection.h \
connection.c \
connection-manager.h \
@@ -84,7 +84,7 @@ libgabble_convenience_la_SOURCES = \
debug.c \
disco.h \
disco.c \
- $(top_srcdir)/gabble/disco-identity.h \
+ @abs_top_srcdir@/gabble/disco-identity.h \
error.c \
error.h \
ft-channel.c \
@@ -133,13 +133,13 @@ libgabble_convenience_la_SOURCES = \
muc-channel.c \
muc-factory.h \
muc-factory.c \
- $(top_srcdir)/gabble/namespaces.h \
+ @abs_top_srcdir@/gabble/namespaces.h \
namespaces.h \
olpc-activity.h \
olpc-activity.c \
plugin-loader.h \
plugin-loader.c \
- $(top_srcdir)/gabble/plugin.h \
+ @abs_top_srcdir@/gabble/plugin.h \
plugin.c \
presence.h \
presence.c \
@@ -167,7 +167,7 @@ libgabble_convenience_la_SOURCES = \
server-tls-channel.c \
server-tls-manager.h \
server-tls-manager.c \
- $(top_srcdir)/gabble/sidecar.h \
+ @abs_top_srcdir@/gabble/sidecar.h \
sidecar.c \
tls-certificate.h \
tls-certificate.c \
@@ -179,7 +179,7 @@ libgabble_convenience_la_SOURCES = \
tube-dbus.c \
tube-stream.h \
tube-stream.c \
- $(top_srcdir)/gabble/types.h \
+ @abs_top_srcdir@/gabble/types.h \
types.h \
util.h \
util.c \