diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-07-14 00:04:01 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-07-14 00:04:01 +0200 |
commit | e5fbb11b2d56f5d170aeba4b3aaea62a76ce1086 (patch) | |
tree | c9c6928aeac3183ea888bf68b2a31bc68ff7302a /nxcomp/configure.in | |
parent | f4c07c07760c33bf7bc908e2d45aee4c4f73f088 (diff) | |
parent | 00cec4924157db9498d56e5c1fbde852e8eb3717 (diff) | |
download | nx-libs-e5fbb11b2d56f5d170aeba4b3aaea62a76ce1086.tar.gz nx-libs-e5fbb11b2d56f5d170aeba4b3aaea62a76ce1086.tar.bz2 nx-libs-e5fbb11b2d56f5d170aeba4b3aaea62a76ce1086.zip |
Merge branch 'uli42-pr/add_pkgconfig' into 3.6.x
Attributes GH PR #62: https://github.com/ArcticaProject/nx-libs/pull/62
Diffstat (limited to 'nxcomp/configure.in')
-rw-r--r-- | nxcomp/configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nxcomp/configure.in b/nxcomp/configure.in index 43b51573a..206df2ec7 100644 --- a/nxcomp/configure.in +++ b/nxcomp/configure.in @@ -5,6 +5,9 @@ dnl Prolog AC_INIT(NX.h) AC_PREREQ(2.13) +pkgconfigdir=${libdir}/pkgconfig +AC_SUBST(pkgconfigdir) + dnl Set our default compilation flags. CXXFLAGS="$CXXFLAGS -O3 -fno-rtti -fno-exceptions" @@ -387,4 +390,4 @@ else ALL="\$(LIBFULL) \$(LIBLOAD) \$(LIBSHARED) \$(LIBARCHIVE)" fi -AC_OUTPUT(Makefile) +AC_OUTPUT(Makefile nxcomp.pc) |