annotate mcabber/Makefile.am @ 2204:ccd4ffa41a1b

Use XDG configuration directory if a config file exists If $XDG_CONFIG_HOME (or $HOME/.config) contains a file "mcabber/mcabberrc" it is used and $XDG_CONFIG_HOME/mcabber becomes the main mcabber configuration directory. (The ~/.mcabber/mcabberrc is still checked first.)
author Mikael Berthe <mikael@lilotux.net>
date Sat, 17 Oct 2015 20:17:30 +0200
parents 7bdd9ed28684
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1671
411269409f34 Add in-tree beep example module
Myhailo Danylenko <isbear@ukrpost.net>
parents: 1668
diff changeset
1 SUBDIRS = mcabber doc modules
800
103764a87777 Improve autoconf
Mikael Berthe <mikael@lilotux.net>
parents: 233
diff changeset
2 ACLOCAL_AMFLAGS = -I macros
1712
7bdd9ed28684 Add .pc file
Myhailo Danylenko <isbear@ukrpost.net>
parents: 1671
diff changeset
3 if INSTALL_HEADERS
7bdd9ed28684 Add .pc file
Myhailo Danylenko <isbear@ukrpost.net>
parents: 1671
diff changeset
4 pkgconfigdir = $(libdir)/pkgconfig
7bdd9ed28684 Add .pc file
Myhailo Danylenko <isbear@ukrpost.net>
parents: 1671
diff changeset
5 pkgconfig_DATA = mcabber.pc
7bdd9ed28684 Add .pc file
Myhailo Danylenko <isbear@ukrpost.net>
parents: 1671
diff changeset
6 endif