diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2015-07-12 01:52:29 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2015-07-12 02:11:25 +0200 |
commit | 00cec4924157db9498d56e5c1fbde852e8eb3717 (patch) | |
tree | c9c6928aeac3183ea888bf68b2a31bc68ff7302a /nxcompext/configure.in | |
parent | f4c07c07760c33bf7bc908e2d45aee4c4f73f088 (diff) | |
download | nx-libs-00cec4924157db9498d56e5c1fbde852e8eb3717.tar.gz nx-libs-00cec4924157db9498d56e5c1fbde852e8eb3717.tar.bz2 nx-libs-00cec4924157db9498d56e5c1fbde852e8eb3717.zip |
Add pkg-config support to nxcomp, nxcompext and nxcompshad
Diffstat (limited to 'nxcompext/configure.in')
-rw-r--r-- | nxcompext/configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nxcompext/configure.in b/nxcompext/configure.in index e6f13c0ea..eb6604dba 100644 --- a/nxcompext/configure.in +++ b/nxcompext/configure.in @@ -5,6 +5,9 @@ dnl Prolog AC_INIT(NXlib.h) AC_PREREQ(2.13) +pkgconfigdir=${libdir}/pkgconfig +AC_SUBST(pkgconfigdir) + dnl Reset default compilation flags. CXXFLAGS="$CXXFLAGS -O3" @@ -243,4 +246,4 @@ else ALL="\$(LIBFULL) \$(LIBLOAD) \$(LIBSHARED) \$(LIBARCHIVE)" fi -AC_OUTPUT(Makefile) +AC_OUTPUT(Makefile nxcompext.pc) |