summary refs log tree commit diff stats
path: root/src/common/dbus/Makefile.am
AgeCommit message (Collapse)Author
2017-06-13build: Replace Autotools with MesonPatrick Griffis
Quick rundown of benefits: - Much faster: - Autotools (with autogen): 22 seconds - Meson: 7 seconds - Meson (with ccache): 2 seconds - Simpler: - ~1000 lines smaller - Single simple language - Potentially better Windows (Visual Studio) support What is not done: - Complete Windows support - OSX support (easy) Closes #2013 Closes #1937 Closes #1803
2016-12-01properly clean the autogenerated org.hexchat.service.serviceMattia Rizzolo
2016-09-26build: Reorder includes to avoid installed plugin headerRainer Müller
When hexchat is already installed into a non-default prefix, a new build could pick up ${prefix}/include/hexchat-plugin.h from the installed version instead of the local header, as configuration variables such as $(GLIB_CFLAGS) would point to -I${prefix}/include. Reordering the includes and moving -I arguments to CPPFLAGS prevents this, as it ensures the local directories are always searched first. This was no problem when compiling for /usr or /usr/local as these directories in the compiler search path are always searched last. Closes #1822
2014-09-14Fix out of source buildsTingPing
Fixes #1018
2014-02-06Use a single marshal file for entire projectTingPing
2014-01-20configure: Clean up EXTRA_DISTTingPing
2014-01-14Clean up formatting during buildTingPing
2013-09-26Remove whats left of gconfTingPing
2013-05-08stop using gconfTingPing
2012-10-13Compatibility for Automake 1.12.4+Berke Viktor
2012-07-18Even more rebranding for the D-Bus pluginBerke Viktor
2012-07-18Complete the rebranding of the D-Bus pluginBerke Viktor
2011-02-24add xchat r1489berkeviktor@aol.com