summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-04-21 21:34:08 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-04-21 21:34:08 +0000
commitadbb22a47c9356e0c191a75daec0439e8d941bd1 (patch)
tree6c186bc090dd637de53c393d8173426f02530a09 /hcid
parentf5a214f76f2d93702b5bc3b0b168389d8f8b34f2 (diff)
Use LDADD instead of LIBS
Diffstat (limited to 'hcid')
-rw-r--r--hcid/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/hcid/Makefile.am b/hcid/Makefile.am
index 32b02005..02dd7b56 100644
--- a/hcid/Makefile.am
+++ b/hcid/Makefile.am
@@ -19,8 +19,7 @@ dbus_hcid_cflags =
endif
hcid_SOURCES = main.c security.c storage.c hcid.h lib.c lib.h parser.h parser.y lexer.l kword.h kword.c glib-ectomy.h glib-ectomy.c $(dbus_hcid_sources)
-
-LIBS = $(dbus_hcid_libs) @BLUEZ_LIBS@
+hcid_LDADD = $(dbus_hcid_libs) @BLUEZ_LIBS@
AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ $(dbus_hcid_cflags)