summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbby Edwards <aedwards@solutionary.com>2012-06-12 11:47:27 -0500
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-13 15:48:57 +0200
commite91c8d5f23885954cbc347a7e21f8ebc5651316d (patch)
treeed87e49355816ed48bd3bdf7e95a1b40fb4c141b
parentdec9bcfe2a869b0f70b5f2a18e08a0322ebf5517 (diff)
downloadrsyslog-e91c8d5f23885954cbc347a7e21f8ebc5651316d.tar.gz
rsyslog-e91c8d5f23885954cbc347a7e21f8ebc5651316d.tar.xz
rsyslog-e91c8d5f23885954cbc347a7e21f8ebc5651316d.zip
adding pkgconfigdir definition to Makefile.am to help build properly
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 48eb26ce..9eccaff7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,8 @@
sbin_PROGRAMS =
pkglib_LTLIBRARIES =
+pkgconfigdir = $(libdir)/pkgconfig
+
if ENABLE_INET
pkglib_LTLIBRARIES += lmtcpsrv.la lmtcpclt.la
#