Skip to content

Commit

Permalink
pkgconfig: fix variable expansion in pkgconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
morxa committed Jan 16, 2015
1 parent c47f9ca commit e479c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collada-dom.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@/bin
libdir=@CMAKE_INSTALL_PREFIX@/lib@LIB_SUFFIX%
libdir=@CMAKE_INSTALL_PREFIX@/lib@LIB_SUFFIX@
includedir=@CMAKE_INSTALL_PREFIX@/@COLLADA_DOM_INCLUDE_INSTALL_DIR@

Name: collada-dom
Description: COLLADA Document Object Model (DOM), 1.4 support=%OPT_COLLADA14%, 1.5 support=%OPT_COLLADA15%
Description: COLLADA Document Object Model (DOM), 1.4 support=@OPT_COLLADA14@, 1.5 support=@OPT_COLLADA15@
Version: @COLLADA_DOM_VERSION@
URL: http://sourceforge.net/projects/collada-dom
Libs: -L${libdir} -lcollada-dom@COLLADA_DOM_LIBRARY_SUFFIX@
Expand Down

0 comments on commit e479c7e

Please sign in to comment.