Skip to content

Commit

Permalink
Fix libplist++ pkgconfig file.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBeck committed Oct 25, 2009
1 parent 322a404 commit 48032e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libplist++.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ includedir=${CMAKE_INSTALL_PREFIX}/include
Name: libplist++
Description: C++ binding of libplist
Version: ${LIBPLIST_VERSION}
Requires: libplist-2.0 >= ${LIBPLIST_VERSION}
Requires: libplist >= ${LIBPLIST_VERSION}
Libs: -L${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} -lplist++
Cflags: -I${CMAKE_INSTALL_PREFIX}/include

0 comments on commit 48032e8

Please sign in to comment.