summary refs log tree commit diff stats
path: root/share/Makefile.am
AgeCommit message (Collapse)Author
2013-04-28Install a pkgconfig .pc file. This allows external plugins to findChristoph J. Thompson
where the header file is located, where Hexchat expects to find plugins so it can load them at startup and which version of Hexchat is installed. The path where pkgconfig files are stored is determined by a macro available in newer versions of pkgconfig which can be overridden by the --with-pkgconfig= configure switch. However, if this macro is unavailable (older versions of pkgconfig) then m4ifdef will make it fallback to simply use ${libdir}/pkgconfig (which is the default). modified: configure.ac modified: share/Makefile.am new file: share/pkgconfig/Makefile.am new file: share/pkgconfig/hexchat-plugin.pc.in
2013-04-27Get rid of bundled beepBerke Viktor
2013-04-17beep sound is gtk onlyTingPing
2013-04-17Install sound file on unixTingPing
for #542
2013-03-31MAKE: don't include icons and desktop file for non-gtk buildshasufell
2012-12-16Install hicolor svg; move the files Makefile.am to their subdirectoriesRichardHitt