Changeset 20545

Show
Ignore:
Timestamp:
07/14/07 20:58:12 (1 year ago)
Author:
aronb
Message:

Install the GMTL .fpc file into /lib/flagpoll. Right now
GMTL installs the fpc file in /share/flagpoll…

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/build_windows.py

    r20543 r20545  
    18831883                 os.environ['GMTL_INCLUDES']) 
    18841884 
     1885   # Install all libraries. 
     1886   srcdir = os.path.join(os.environ['GMTL_ROOT'], 'share', 'flagpoll') 
     1887 
     1888   if os.path.exists(srcdir): 
     1889      destdir = os.path.join(prefix, 'lib', 'flagpoll') 
     1890      installDir(srcdir, destdir) 
     1891 
    18851892def installAudiere(prefix): 
    18861893   simpleInstall('Audiere headers, libraries, and executables',