cake
/
libg1m
Archived
1
0
Fork 0

Corrected pkg-config generation

This commit is contained in:
Thomas Touhey 2016-12-20 22:28:54 +01:00
parent a608bed911
commit 06bcd5ff71
1 changed files with 2 additions and 2 deletions

View File

@ -32,6 +32,6 @@ libdir=$libdir
Name: lib$name
Description: $description
Version: $version
Cflags: -I $incdir
Libs: -L$libdir -l$name
Libs: -L\${libdir} -l$name
Cflags: -I\${includedir}
EOF