Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Fix .pc file include/lib dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hatstand committed Jul 21, 2015
1 parent cf87ac6 commit e421a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if (${HAVE_LIBIMOBILEDEVICE})
endif ()

configure_file(config.h.in config.h)
configure_file(libgpod-1.0.pc.in libgpod-1.0.pc)
configure_file(libgpod-1.0.pc.in libgpod-1.0.pc @ONLY)

include_directories(${GLIB_INCLUDE_DIRS})

Expand Down

0 comments on commit e421a97

Please sign in to comment.