diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-01-26 02:08:01 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-01-26 02:08:01 +0000 |
commit | 1798ef015acd1da838f3a265bb0003efe94757ad (patch) | |
tree | 626c310f1bc8397109ff77e8f417551d775e5aef /hcid/Makefile.am | |
parent | 30fa99ad8cc79b6e4cb4620a31510d5a6cd31acd (diff) |
Update for different storage methods
Diffstat (limited to 'hcid/Makefile.am')
-rw-r--r-- | hcid/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/Makefile.am b/hcid/Makefile.am index ac56726e..32b02005 100644 --- a/hcid/Makefile.am +++ b/hcid/Makefile.am @@ -18,7 +18,7 @@ dbus_hcid_libs = dbus_hcid_cflags = endif -hcid_SOURCES = main.c security.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) +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@ |