diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-03-11 23:52:47 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-03-11 23:52:47 +0000 |
commit | 00f67ab2dac3ffbf90c13d3da6008e0e66fca41e (patch) | |
tree | 64b85221f08a0d1c5ccca6d74ee39b962c123e95 /plugins | |
parent | 856f263c19d082772797a729f8d0a4faa336114c (diff) |
No need for linking the plugins
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index b6020d05..0fb8a135 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -7,8 +7,6 @@ libecho_la_SOURCES = echo.c AM_LDFLAGS = -module -avoid-version -export-symbols-regex bluetooth_plugin_desc -AM_CFLAGS = @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@ - INCLUDES = -I$(top_builddir)/common -I$(top_builddir)/hcid MAINTAINERCLEANFILES = Makefile.in |