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