diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2006-10-30 15:22:22 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2006-10-30 15:22:22 +0000 |
commit | 80ecd35469885e6f8ef300819a994dd155550dcb (patch) | |
tree | a5be5f24fc0ba3eb3d321492fd8a13744a86f544 /hcid/Makefile.am | |
parent | 2d7feb3118c551dc7906ce9aac04349348cb3904 (diff) |
Move logging.c from hcid/ to common/
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 28f90347..c1ac1c4d 100644 --- a/hcid/Makefile.am +++ b/hcid/Makefile.am @@ -17,7 +17,7 @@ sbin_PROGRAMS = hcid noinst_PROGRAMS = passkey-agent service-agent auth-agent -hcid_SOURCES = main.c security.c device.c logging.c storage.c \ +hcid_SOURCES = main.c security.c device.c storage.c \ sdp.c sdp.h hcid.h parser.h parser.y \ lexer.l kword.c kword.h \ dbus.h dbus.c dbus-common.c \ |