diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-04-25 15:27:08 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-04-25 15:27:08 +0000 |
commit | 428e541c1dbe709fae8b40e7fed7b8ed6d2fb087 (patch) | |
tree | b4487436709f0d2e666714a0e276c8e39a0b4487 /hcid/Makefile.am | |
parent | 806640b12ffdba3dd6ad9a3b98196837d01c2b7f (diff) |
Remove unneeded functions
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 7d1f330a..385e2e5b 100644 --- a/hcid/Makefile.am +++ b/hcid/Makefile.am @@ -31,7 +31,7 @@ dbus_hcid_cflags = endif hcid_SOURCES = main.c security.c device.c logging.c storage.c \ - sdp.c sdp.h lib.c lib.h hcid.h parser.h parser.y \ + sdp.c sdp.h hcid.h parser.h parser.y \ lexer.l kword.c kword.h $(dbus_hcid_sources) \ $(top_builddir)/tools/oui.h $(top_builddir)/tools/oui.c |