mcabber/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Sun, 24 Oct 2021 21:20:36 +0200
changeset 2363 64f1899ff168
parent 1712 7bdd9ed28684
permissions -rw-r--r--
Fix format-security warnings This patch should fix the FTBFS report in Debian sid (bug 997162): the format string was omitted when displaying the message prefix and the mcabber version.

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