Changeset 1424

Show
Ignore:
Timestamp:
10/23/07 01:01:09 (1 year ago)
Author:
common
Message:

libemu

  • pkg-config support, now 'pkg-config --libs --cflags libemu' allows proper linking
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libemu/trunk/Makefile.am

    r1383 r1424  
    66 
    77 
    8 EXTRA_DIST = configure.ac CHANGES 
     8EXTRA_DIST = configure.ac CHANGES libemu.pc.in 
     9 
     10pkgconfigdir = /usr/lib/pkgconfig/ 
     11pkgconfig_DATA = libemu.pc 
     12 
  • libemu/trunk/configure.ac

    r1379 r1424  
    172172                include/emu/environment/win32/Makefile 
    173173                testsuite/Makefile 
    174                 doc/Makefile]) 
     174                doc/Makefile 
     175                libemu.pc]) 
    175176 
    176177