diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-03-12 21:30:48 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-03-12 21:30:48 +0000 |
commit | 201a729d46df51732304d47b7ed6c0bbe891e7d4 (patch) | |
tree | 7f4abc37850be2fcfa34120501b235a7110023c3 /plugins | |
parent | fbd60c20356e145a30e7fe7f6e91c9e8cf3c73da (diff) |
Fix include directories for successful make distcheck
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |