diff --git a/sys/CMakeLists.txt b/sys/CMakeLists.txt index b40557b..310c2d7 100644 --- a/sys/CMakeLists.txt +++ b/sys/CMakeLists.txt @@ -18,4 +18,8 @@ target_link_libraries ( libgstimaq general ${GLIB2_LIBRARIES} general ${GSTREAMER_LIBRARIES} general ${GSTREAMER_BASE_LIBRARY} - general ${NIIMAQ_LIBRARIES} ) \ No newline at end of file + general ${GSTREAMER_INTERFACE_LIBRARY} + general ${NIIMAQ_LIBRARIES} ) + +install (TARGETS libgstimaq + LIBRARY DESTINATION lib/gstreamer-0.10) \ No newline at end of file