repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Missing flags and a typo
[AROS.git]
/
compiler
/
libpng
/
libpng.pc.in
blob
3e7e2c58a7effd223f31153e65a9b92d59bc54f7
1
prefix=@prefix@
2
exec_prefix=@exec_prefix@
3
libdir=@libdir@
4
includedir=@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
5
6
Name: libpng
7
Description: Loads and saves PNG files
8
Version: @PNGLIB_VERSION@
9
Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
10
Libs.private: @LIBS@
11
Cflags: -I${includedir}