diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-17 19:03:13 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-17 19:03:13 +0000 |
commit | bb8c10821177de574bda97d0d11b2b69e9aaf9ff (patch) | |
tree | b995b623bab9eb6ddaad49177c6d26d05d5b440c /sys/qcam/Makefile.am | |
parent | 49d345d9ef32b3a019cb7ec1f8d4546145c15b59 (diff) | |
download | gst-plugins-bad-bb8c10821177de574bda97d0d11b2b69e9aaf9ff.tar.gz gst-plugins-bad-bb8c10821177de574bda97d0d11b2b69e9aaf9ff.tar.bz2 gst-plugins-bad-bb8c10821177de574bda97d0d11b2b69e9aaf9ff.zip |
first batch
Original commit message from CVS:
first batch
Diffstat (limited to 'sys/qcam/Makefile.am')
-rw-r--r-- | sys/qcam/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
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 |