From 0708d318a2289d80c92dc6c7dbf8527849a74b71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20V=C3=A1rady?= Date: Fri, 17 May 2024 23:02:07 +0200 Subject: [PATCH] makefile: fix pkg* paths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: László Várady --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.am b/Makefile.am index e75c135c1b..9d2f571b5f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,11 @@ EXTRA_DIST = $(filter-out ${NODIST_BUILT_SOURCES},${BUILT_SOURCES}) VERSION.txt .astylerc +pkgdatadir = $(datadir)/syslog-ng +pkgincludedir = $(includedir)/syslog-ng +pkglibdir = $(libdir)/syslog-ng +pkglibexecdir = $(libexecdir)/syslog-ng + pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = syslog-ng.pc