# Absolute path to the Axis Software Development Kit containing camera specific libs and headers, used for capture.h and its corresponding object file (i.e. libcapture)
...
...
@@ -24,6 +25,7 @@ AXIS_LIBCAP=-lcapture # This is needed for the native camera classes to fetch im
AXIS_LIBCAP_DEP=-ldbus-1-lgobject-2.0 -ldbus-glib-1-lgthread-2.0 -lglib-2.0 -lrapp-lpthread# Dependencies of libcapture
LDFLAGS+=${AXIS_LIBCAP}${AXIS_LIBCAP_DEP}${AXIS_LIBCAP}-L${AXIS_PATH}/lib -L${AXIS_PATH}/usr/lib # Specify which libs are used and set search path for them