diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-18 15:24:21 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-18 15:24:21 +0200 |
commit | e690b83f4a217b32e3c63d67667af72a41ad4bd6 (patch) | |
tree | 0d6e04ef0c2969bee0a3798bd3cda0df30dc94bf /src/common | |
parent | 746d9b542bb70764366e2dd406e74a60893aa192 (diff) |
Even more rebranding for the D-Bus plugin
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/dbus/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/dbus/Makefile.am b/src/common/dbus/Makefile.am index 15a3d136..46940442 100644 --- a/src/common/dbus/Makefile.am +++ b/src/common/dbus/Makefile.am @@ -1,5 +1,5 @@ -noinst_LIBRARIES = libxchatdbus.a -libxchatdbus_a_SOURCES = \ +noinst_LIBRARIES = libhexchatdbus.a +libhexchatdbus_a_SOURCES = \ dbus-plugin.c \ dbus-plugin.h \ dbus-client.c \ |