diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-05-19 17:58:25 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-05-19 17:58:25 +0000 |
commit | 3c5144ad121a119f518a1f1839d2cfdc19aece53 (patch) | |
tree | 2c3f5f6a97ffccd6cea3191fbcb4be4a3a19ac61 /ext | |
parent | a87b7cb41b40480ce358ddb4e30deaf881a24744 (diff) |
make buildbot happy
Original commit message from CVS:
make buildbot happy
Diffstat (limited to 'ext')
-rw-r--r-- | ext/alsa/Makefile.am | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/ext/alsa/Makefile.am b/ext/alsa/Makefile.am index 16eacc7e8..24ffdff69 100644 --- a/ext/alsa/Makefile.am +++ b/ext/alsa/Makefile.am @@ -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) \ |