~michael-sheldon/gst-opencv/trunk

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Thiago Santos
  • Date: 2010-06-02 02:13:51 UTC
  • Revision ID: git-v1:b1572d22875dbc1828df9e9a327fd39cce5518b7
Adding gstopencvutils

Adds a file to keep utilitary functions together

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
plugin_LTLIBRARIES = libgstopencv.la
6
6
 
7
7
# sources used to compile this plug-in
8
 
libgstopencv_la_SOURCES = gstopencv.c gstopencvbasetrans.c
 
8
libgstopencv_la_SOURCES = gstopencv.c gstopencvbasetrans.c gstopencvutils.c
9
9
 
10
10
# flags used to compile this facedetect
11
11
# add other _CFLAGS and _LIBS as needed
40
40
                                                                 $(top_builddir)/src/textwrite/libgsttextwrite.la
41
41
 
42
42
# headers we need but don't want installed
43
 
noinst_HEADERS = gstopencvbasetrans.h
 
43
noinst_HEADERS = gstopencvbasetrans.h gstopencvutils.h