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 /common/Makefile.am | |
parent | 2d7feb3118c551dc7906ce9aac04349348cb3904 (diff) |
Move logging.c from hcid/ to common/
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 30211fab..b2f6fb33 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -3,7 +3,7 @@ noinst_LIBRARIES = libhelper.a libhelper_a_SOURCES = oui.h oui.c list.h list.c \ textfile.h textfile.c helper.h helper.c \ - glib-ectomy.h glib-ectomy.c + glib-ectomy.h glib-ectomy.c logging.h logging.c noinst_PROGRAMS = test_textfile |