diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-08-04 21:51:10 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-08-04 21:51:10 +0200 |
commit | 2709ae4c8e684f4cbee1c0c99c42fb4afdc8d455 (patch) | |
tree | 3e745aa6b9f460f25ba01f2fab024b38a2340a90 /common/Makefile.am | |
parent | 7a6368d26192e81529bc0d39c9c343a822ff175f (diff) |
Move error helpers to bluetoothd source
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 3a5add7c..79b533c5 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,9 +1,8 @@ noinst_LIBRARIES = libhelper.a -libhelper_a_SOURCES = oui.h oui.c textfile.h textfile.c \ - logging.h logging.c error.h error.c \ - glib-helper.h glib-helper.c sdp-xml.h sdp-xml.c sdp-glib.c +libhelper_a_SOURCES = oui.h oui.c textfile.h textfile.c logging.h logging.c \ + glib-helper.h glib-helper.c sdp-xml.h sdp-xml.c sdp-glib.c noinst_PROGRAMS = test_textfile |