Show
Ignore:
Timestamp:
06/20/08 06:36:57 (5 months ago)
Author:
rexbron
Message:

Make make install work.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk

    • Property bzr:revision-id:v3-trunk0
      •  

        old new  
        17171391 andrew@aehunter.net-20080620113224-d5thhgo782mw0rjo 
        18181392 andrew@aehunter.net-20080620113516-xdm7bt94xjmnlkme 
         191393 andrew@aehunter.net-20080620113637-naxle4ehjs3kcwdf 
    • Property bzr:file-ids
      •  

        old new  
        1 src/openeffectslib/CMakeLists.txt       cmakelists.txt-20080620065821-lx20brr9ray4embr-1 
        2 src/openeffectslib/plugins/CMakeLists.txt       cmakelists.txt-20080620065821-lx20brr9ray4embr-2 
        3 src/openeffectslib/plugins/tonemap/CMakeLists.txt       cmakelists.txt-20080620065821-lx20brr9ray4embr-3 
    • Property bzr:ancestry:v3-trunk0
      •  

        old new  
        1717andrew@aehunter.net-20080620064802-8b2g4wfk32dn8mmz 
        1818andrew@aehunter.net-20080620070000-xodqay60ukgg300p 
         19andrew@aehunter.net-20080620074105-20wzobu0xbnadzsc 
    • Property bzr:revision-info
      •  

        old new  
        1 timestamp: 2008-06-20 12:35:16.835999966 +0100 
         1timestamp: 2008-06-20 12:36:37.913000107 +0100 
        22committer: Andrew Hunter <andrew@aehunter.net> 
        33properties:  
  • trunk/src/openimagelib/plugins/jpg/CMakeLists.txt

    r1383 r1396  
    1212    LINK_DIRECTORIES ( ${JPEG_LIBRAIES} ${OpenLibraries_BINARY_DIR}/src/openpluginlib/pl ${OpenLibraries_BINARY_DIR}/src/openimagelib/il/) 
    1313    TARGET_LINK_LIBRARIES ( ${NAME} ${JPEG_LIBRAIES} "openpluginlib_pl${LIBRARY_IDENTIFIER}" "openimagelib_il${LIBRARY_IDENTIFIER}" ) 
    14     INSTALL ( FILES jpg_plugins.opl DESTINATION "lib/${PACKAGE}/openimagelib/plugins/" ) 
     14    INSTALL ( FILES jpg_plugin.opl DESTINATION "lib/${PACKAGE}/openimagelib/plugins/" ) 
    1515    INSTALL( TARGETS ${NAME} DESTINATION "lib/${PACKAGE}/openimagelib/plugins" ) 
    1616ELSE ( JPEG_FOUND )