mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
Original commit message from CVS: * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
This commit is contained in:
parent
4f588c811f
commit
0b0c710fd1
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-07-07 David Schleef <ds@schleef.org>
|
||||
|
||||
* sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
|
||||
|
||||
2004-07-07 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/playback/Makefile.am:
|
||||
|
|
|
@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgstdxr3.la
|
|||
|
||||
libgstdxr3_la_SOURCES = dxr3videosink.c dxr3audiosink.c dxr3spusink.c \
|
||||
dxr3init.c ac3_padder.c
|
||||
noinst_libgstdxr3_la_SOURCES = dxr3marshal.c
|
||||
nodist_libgstdxr3_la_SOURCES = dxr3marshal.c
|
||||
libgstdxr3_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstdxr3_la_LIBADD =
|
||||
libgstdxr3_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
|
Loading…
Reference in a new issue