diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-11-10 17:59:14 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-11-10 17:59:14 +0000 |
commit | e1046e6b02c2eef72ad63f2a61949e1ca606f63f (patch) | |
tree | 9ca8d4936a0baa5df7d420289c1c34c18ef61264 /common/Makefile.am | |
parent | 326cf15e58c699fb2fb62181fcdd47339ec60c15 (diff) |
Added raw service record to xml conversion functions
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 7249a51f..d71ca3b6 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -4,7 +4,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 logging.h logging.c \ - dbus.h dbus.c + dbus.h dbus.c sdp-xml.h sdp-xml.c noinst_PROGRAMS = test_textfile |