Skip to content

Commit

Permalink
makefile: fix pkg* paths
Browse files Browse the repository at this point in the history
Signed-off-by: László Várady <[email protected]>
  • Loading branch information
MrAnno committed May 17, 2024
1 parent c758c6e commit 0708d31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0708d31

Please sign in to comment.