mcabber/Makefile.am
author Andrey Utkin <andrey_utkin@gentoo.org>
Mon, 17 Feb 2020 23:40:49 +0000
changeset 2333 69d292ccf196
parent 1712 7bdd9ed28684
permissions -rw-r--r--
Fix multiple declarations issue with COLOR_ATTRIB This fails compilation with GCC 10 or -fno-common in CFLAGS. Link: https://bugs.gentoo.org/707418

SUBDIRS = mcabber doc modules
ACLOCAL_AMFLAGS = -I macros
if INSTALL_HEADERS
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = mcabber.pc
endif