Changeset 1052

Show
Ignore:
Timestamp:
05/22/08 15:27:05 (6 months ago)
Author:
alonbl
Message:

Cleanup pkg-config file

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/ct/libopenct.pc.in

    r497 r1052  
    33libdir=@libdir@ 
    44includedir=@includedir@ 
    5 sysincludedir=@sysincludedir@ 
    65 
    76Name: libopenct 
    87Description: libopenct 
    98Version: @VERSION@ 
    10 Libs: -L${libdir} @LIBS@ -lopenct 
    11 Cflags: -I${sysincludedir} -I${includedir} 
     9Libs: -L${libdir} -lopenct 
     10Cflags: -I${includedir} 
    1211