mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
make buildbot happy
Original commit message from CVS: make buildbot happy
This commit is contained in:
parent
a87b7cb41b
commit
3c5144ad12
1 changed files with 9 additions and 6 deletions
|
@ -4,12 +4,15 @@ plugin_LTLIBRARIES = libgstalsa.la
|
|||
libgstalsa_la_SOURCES = \
|
||||
gstalsaplugin.c \
|
||||
gstalsasink.c
|
||||
#gstalsamixer.c
|
||||
#gstalsamixertrack.c
|
||||
#gstalsamixeroptions.c
|
||||
#gstalsa.c
|
||||
#gstalsaclock.c
|
||||
#gstalsasrc.c
|
||||
|
||||
# port alsa stuff then add the _SOURCES above
|
||||
EXTRA_DIST = \
|
||||
gstalsamixer.c \
|
||||
gstalsamixertrack.c \
|
||||
gstalsamixeroptions.c \
|
||||
gstalsa.c \
|
||||
gstalsaclock.c \
|
||||
gstalsasrc.c
|
||||
|
||||
libgstalsa_la_CFLAGS = $(GST_CFLAGS) $(ALSA_CFLAGS)
|
||||
libgstalsa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) \
|
||||
|
|
Loading…
Reference in a new issue