mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
0228717f04
Original commit message from CVS: Remove redundant plugindir definition
11 lines
254 B
Makefile
11 lines
254 B
Makefile
|
|
plugin_LTLIBRARIES = libgstalsa.la
|
|
|
|
libgstalsa_la_SOURCES = gstalsa.c
|
|
libgstalsa_la_CFLAGS = $(GST_CFLAGS) $(ALSA_CFLAGS)
|
|
libgstalsa_la_LIBADD = $(ALSA_LIBS)
|
|
libgstalsa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstalsa.h
|
|
|
|
EXTRA_DIST = README
|