summary refs log tree commit diff stats
path: root/src/common/dbus/Makefile.am
AgeCommit message (Collapse)Author
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