From 201a729d46df51732304d47b7ed6c0bbe891e7d4 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 12 Mar 2008 21:30:48 +0000 Subject: Fix include directories for successful make distcheck --- plugins/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Makefile.am') diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 4e2b76a8..146a12e6 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -9,6 +9,6 @@ AM_LDFLAGS = -module -avoid-version -export-symbols-regex bluetooth_plugin_desc AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ -INCLUDES = -I$(top_builddir)/common -I$(top_builddir)/hcid +INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/hcid MAINTAINERCLEANFILES = Makefile.in -- cgit