gplugin/gplugin

This should fix up the rest of the debian packaging problems
feature/more-debian-fixes
2016-01-12, Gary Kramlich
bd14024d9a43
This should fix up the rest of the debian packaging problems
macro(add_plugin plugin)
add_library(${plugin} MODULE ${plugin}.c)
set_target_properties(${plugin} PROPERTIES PREFIX "")
target_link_libraries(${plugin} gplugin)
install(TARGETS ${plugin} DESTINATION ${CMAKE_INSTALL_LIBDIR}/gplugin)
endmacro(add_plugin)
add_plugin(gplugin-license-check)