Ignore:
Timestamp:
Jan 15, 2010 3:06:20 PM (14 years ago)
Author:
bennylp
Message:

Ticket #694: work on 'make install':

  • adhere to --prefix
  • header and lib files installation
  • pkgconfig creation
  • also added version.mak to fill in with the correct version
File:
1 moved

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/libpjproject.pc.in

    r3062 r3063  
    66includedir=${prefix}/include 
    77 
    8 Name: libpj 
     8Name: libpjproject 
    99Description: Multimedia communication library 
    10 Version: 0.5.10.3 
    11 Libs: -L${libdir} -lpjsua -lpjsip -lpjmedia -lpjsip-ua -lpjsip-simple -lpjsip-ua -lpjmedia-codec -lpjlib-util -lpj 
    12 Cflags: -I${includedir} 
     10URL: http://www.pjsip.org 
     11Version: @PJ_VERSION@ 
     12Libs: -L${libdir} @PJ_LDLIBS@ 
     13Cflags: -I${includedir} @PJ_INSTALL_CFLAGS@ 
Note: See TracChangeset for help on using the changeset viewer.