d33758da92
This will allow plugins to link against the core when accessing API functions, now that the macro/struct/funcptr stuff is gone. Also convert the helper libraries into Libtool helper libraries as linking a shared library against static libraries is (apparently) not portable.
15 lines
383 B
PkgConfig
15 lines
383 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
datarootdir=@datarootdir@
|
|
datadir=@datadir@
|
|
localedir=@localedir@
|
|
|
|
Name: Geany
|
|
Description: A fast and lightweight IDE using GTK2
|
|
Requires: @DEPENDENCIES@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgeany
|
|
Cflags: -DGTK -I${includedir}/geany -I${includedir}/geany/tagmanager -I${includedir}/geany/scintilla
|