Skip to content

Commit 2927d43

Browse files
committed
Merge branch 'master' of https://github.com/utelle/wxsqlite3
2 parents 3720a28 + ea69640 commit 2927d43

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ LDADD = lib@WXSQLITE3_LIBNAME@.la $(WX_LIBS)
1919
# Define the directory where the library headers are installed.
2020
includewxdir = $(includedir)/wx
2121

22+
pkgconfigdir = $(libdir)/pkgconfig
23+
pkgconfig_DATA = wxsqlite3.pc
24+
2225
# The main library. Notice that it uses dynamic, i.e. determined when running
2326
# configure, name because it depends on the version of wxWidgets used. This is
2427
# rather unusual, but Automake doesn't seem to mind.

wxsqlite3.pc.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Package Information for pkg-config
22

3-
prefix=/usr
3+
prefix=@prefix@
44
wxver=@WX_VERSION_MAJOR@.@WX_VERSION_MINOR@
5-
includedir=${prefix}/include/wx-${wxver}/
6-
libdir=${prefix}/@LIBDIR@
5+
includedir=@includedir@
6+
libdir=@libdir@
77

88
Name: wxsqlite3-@WX_VERSION_MAJOR@.@WX_VERSION_MINOR@
99
Description: SQLite3 C++ wrapper for use in programs based on wxWidgets

0 commit comments

Comments
 (0)