mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-17 04:12:34 +03:00
bb2bbc6b91
git-svn-id: svn://kolibrios.org@4364 a494cfbc-eb01-0410-851d-a64ba20cac60
11 lines
223 B
PkgConfig
11 lines
223 B
PkgConfig
prefix=PREFIX
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libnsgif
|
|
Description: Provides gif loading and conversion
|
|
Version: VERSION
|
|
Libs: -L${libdir} -lnsgif
|
|
Cflags: -I${includedir}
|