File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,4 @@ stamp-h1
25
25
autoscan.log
26
26
libtool
27
27
ltmain.sh
28
+ libeot.pc
Original file line number Diff line number Diff line change @@ -19,7 +19,10 @@ AC_PROG_CC
19
19
AM_PROG_CC_C_O
20
20
CFLAGS=$OLD_CFLAGS
21
21
AC_CONFIG_HEADERS ( [ config.h] )
22
- AC_CONFIG_FILES ( [ Makefile] )
22
+ AC_CONFIG_FILES ( [
23
+ Makefile \
24
+ libeot.pc \
25
+ ] )
23
26
AC_PROG_RANLIB
24
27
AM_PROG_AR
25
28
LT_INIT([ disable-static] )
Original file line number Diff line number Diff line change
1
+ prefix=@prefix@
2
+ exec_prefix=@exec_prefix@
3
+ libdir=@libdir@
4
+ includedir=@includedir@
5
+
6
+ Name: libeot
7
+ Description: Library for parsing Embedded OpenType files and converting them to other formats
8
+ Version: @VERSION@
9
+ Libs: -L${libdir} -leot
10
+ Cflags: -I${includedir}
You can’t perform that action at this time.
0 commit comments