mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
86ac7ebab9
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
11 lines
246 B
Makefile
11 lines
246 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstalsa.la
|
|
|
|
libgstalsa_la_SOURCES = gstalsa.c
|
|
libgstalsa_la_CFLAGS = $(GST_CFLAGS) $(ALSA_CFLAGS)
|
|
libgstalsa_la_LIBADD = $(GST_LIBS) $(ALSA_LIBS)
|
|
|
|
noinst_HEADERS = gstalsa.h
|
|
|
|
EXTRA_DIST = README
|