mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
827d3f924a
Original commit message from CVS: - plugins are built without versioning info
12 lines
350 B
Makefile
12 lines
350 B
Makefile
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 $(GST_CFLAGS)
|
|
libgstqcam_la_LIBADD = $(GST_LIBS)
|
|
libgstqcam_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
|
|
|
noinst_HEADERS = gstqcamsrc.h qcam-os.h qcam.h qcamip.h qcam-Linux.h
|