mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
f41ed33253
Original commit message from CVS: adding my gstalsa plugin man page as a test. if it works I start commiting some more
14 lines
314 B
Makefile
14 lines
314 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
man_MANS = gstalsa.1
|
|
|
|
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 $(man_MANS)
|