File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ LDADD = lib@WXSQLITE3_LIBNAME@.la $(WX_LIBS)
1919# Define the directory where the library headers are installed.
2020includewxdir = $(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.
Original file line number Diff line number Diff line change 11# Package Information for pkg-config
22
3- prefix=/usr
3+ prefix=@prefix@
44wxver=@WX_VERSION_MAJOR@.@WX_VERSION_MINOR@
5- includedir=${prefix}/include/wx-${wxver}/
6- libdir=${prefix}/@LIBDIR @
5+ includedir=@includedir@
6+ libdir=@libdir @
77
88Name: wxsqlite3-@WX_VERSION_MAJOR@.@WX_VERSION_MINOR@
99Description: SQLite3 C++ wrapper for use in programs based on wxWidgets
You can’t perform that action at this time.
0 commit comments