summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-03-31 19:50:46 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-03-31 19:50:46 +0000
commit51e671b116fe121053444c4817e38ad07e9586f8 (patch)
tree46c7b9688acf78de7745744e33d948b9d7052902 /src/Makefile.am
parent51342992af3f09ffad66197aa84e5960e1fc4c28 (diff)
Use $(top_builddir) as include root directory
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6c6b9fc4..17fdbf6d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,4 +10,4 @@ libbluetooth_la_LDFLAGS = -version-info 1:4:0
libsdp_la_SOURCES =
libsdp_la_LDFLAGS = -version-info 2:2:0
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I$(top_builddir)/include