diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2015-07-12 01:52:29 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-09-28 07:53:07 +0200 |
commit | 708cf86a5e2d56c7de6738684d3e4f48bc6478ed (patch) | |
tree | 003dbf14f0cf712b8622063c5a0fac2daee837db /nxcompshad/configure.in | |
parent | 8c0a6161dc12a13da8a8507797814f208315b718 (diff) | |
download | nx-libs-708cf86a5e2d56c7de6738684d3e4f48bc6478ed.tar.gz nx-libs-708cf86a5e2d56c7de6738684d3e4f48bc6478ed.tar.bz2 nx-libs-708cf86a5e2d56c7de6738684d3e4f48bc6478ed.zip |
Add pkg-config support to nxcomp, nxcompext and nxcompshad
Diffstat (limited to 'nxcompshad/configure.in')
-rw-r--r-- | nxcompshad/configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nxcompshad/configure.in b/nxcompshad/configure.in index 8dd1b2e21..8468b4733 100644 --- a/nxcompshad/configure.in +++ b/nxcompshad/configure.in @@ -5,6 +5,9 @@ dnl Prolog AC_INIT(Shadow.h) AC_PREREQ(2.13) +pkgconfigdir=${libdir}/pkgconfig +AC_SUBST(pkgconfigdir) + dnl Reset default compilation flags. CXXFLAGS="$CXXFLAGS -O3" @@ -281,4 +284,4 @@ if test -z "${MAKEDEPEND}"; then fi fi -AC_OUTPUT(Makefile) +AC_OUTPUT(Makefile nxcompshad.pc) |