From bb8c10821177de574bda97d0d11b2b69e9aaf9ff Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 17 Dec 2001 19:03:13 +0000 Subject: first batch Original commit message from CVS: first batch --- sys/qcam/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sys/qcam/Makefile.am (limited to 'sys/qcam/Makefile.am') diff --git a/sys/qcam/Makefile.am b/sys/qcam/Makefile.am new file mode 100644 index 00000000..c6e30c6f --- /dev/null +++ b/sys/qcam/Makefile.am @@ -0,0 +1,10 @@ +plugindir = $(libdir)/gst + +plugin_LTLIBRARIES = libgstqcam.la + +EXTRA_DIST = qcam-os.c qcam-Linux.c + +libgstqcam_la_SOURCES = gstqcamsrc.c qcam-lib.c exposure.c +libgstqcam_la_CFLAGS = -O2 $(GLIB_CFLAGS) + +noinst_HEADERS = gstqcamsrc.h qcam-os.h qcam.h qcamip.h qcam-Linux.h -- cgit v1.2.1