summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPekka Pessi <Pekka.Pessi@nokia.com>2010-09-21 18:20:06 +0300
committerPekka Pessi <Pekka.Pessi@nokia.com>2010-09-21 18:20:06 +0300
commit707edf4c3e91606fe33fef4807ed1cbe23d59a24 (patch)
tree055a45e1901abb4a7c6bc62dd188375f68bc5cac /src
parent4b986a60417dbb301910df74a09c5c298e308fb8 (diff)
src/Makefile.am: allow separate build directory
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c77396d..e27f9f8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,11 +12,10 @@
# -----------------------------------------------------------------------------
# Headers and libraries
-AM_CFLAGS = $(ERROR_CFLAGS) @GLIB_CFLAGS@ @DBUS_CFLAGS@ @TP_CFLAGS@ \
- -I$(top_srcdir) -I$(top_srcdir)/tests
+AM_CFLAGS = $(ERROR_CFLAGS) @GLIB_CFLAGS@ @DBUS_CFLAGS@ @TP_CFLAGS@
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tests -I${top_builddir}
AM_LDFLAGS =
-
# Build targets
libexec_PROGRAMS = telepathy-ring