summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2009-05-19 15:52:16 -0400
committerDavid Zeuthen <davidz@redhat.com>2009-05-19 15:52:16 -0400
commite52c196052d9fd576c8e71bb0f4812aff209fa41 (patch)
tree01487a7ffc67c3f84f75e6f204a1027053ebac2e
parent3eeaca43b2eb2fbc5c2e22fffdff74b946dc2a0b (diff)
Rename the programs
-rw-r--r--src/Makefile.am16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b0f5810..c4c29ec 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -65,34 +65,34 @@ EXTRA_DIST = org.freedesktop.DBus.Idl.Tests1.didl
# ----------------------------------------------------------------------------------------------------
-bin_PROGRAMS += dbus-idl-to-docbook
+bin_PROGRAMS += didl-to-docbook
-dbus_idl_to_docbook_SOURCES = \
+didl_to_docbook_SOURCES = \
didl2docbook.c \
$(NULL)
-dbus_idl_to_docbook_CFLAGS = \
+didl_to_docbook_CFLAGS = \
$(GLIB2_CFLAGS) \
$(NULL)
-dbus_idl_to_docbook_LDADD = \
+didl_to_docbook_LDADD = \
$(GLIB2_LIBS) \
libdbus-idl-1.la \
$(NULL)
# ----------------------------------------------------------------------------------------------------
-bin_PROGRAMS += dbus-idl-to-xml
+bin_PROGRAMS += didl-to-xml
-dbus_idl_to_xml_SOURCES = \
+didl_to_xml_SOURCES = \
didl2xml.c \
$(NULL)
-dbus_idl_to_xml_CFLAGS = \
+didl_to_xml_CFLAGS = \
$(GLIB2_CFLAGS) \
$(NULL)
-dbus_idl_to_xml_LDADD = \
+didl_to_xml_LDADD = \
$(GLIB2_LIBS) \
libdbus-idl-1.la \
$(NULL)