1 lib_LTLIBRARIES = libgstxcaminterface.la 2 3 libgstxcaminterface_la_SOURCES = gstxcaminterface.c 4 5 libgstxcaminterface_la_CFLAGS = \ 6 $(GST_CFLAGS) \ 7 -I$(top_srcdir)/xcore \ 8 -I$(top_srcdir)/xcore/base \ 9 $(XCAM_CFLAGS) \ 10 $(NULL) 11 12 libgstxcaminterface_la_LIBADD = \ 13 $(GST_LIBS) \ 14 $(NULL) 15 16 libgstxcaminterfaceincludedir = \ 17 $(includedir)/gstreamer-1.0/gst 18 19 libgstxcaminterfaceinclude_HEADERS = \ 20 gstxcaminterface.h 21 22