distcheck fixes

Original commit message from CVS:
distcheck fixes
This commit is contained in:
David Schleef 2003-11-22 04:06:06 +00:00
parent 54537fdb26
commit 06bec92546
2 changed files with 4 additions and 12 deletions

View file

@ -74,15 +74,6 @@ install: all
uninstall:
@true
# override recursive targets
# FIXME: maybe this can be prettier, so it doesn't generate warnings
dvi-recursive:
true
check-recursive:
true
installcheck-recursive:
true
noinst_LTLIBRARIES = libavformat.la libavcodec.la
@ -168,8 +159,9 @@ libavformat_la_SOURCES = \
ffmpeg/libavformat/yuv.c
libavformat_la_LDFLAGS = -lm -lz
libavformat_la_CFLAGS = $(defs) -Wall -I$(srcdir)/ffmpeg -I$(srcdir)/ffmpeg/libavformat \
-I$(srcdir)/ffmpeg/libavcodec -DHAVE_AV_CONFIG_H \
libavformat_la_CFLAGS = $(defs) -Wall -I$(srcdir) -I$(srcdir)/ffmpeg \
-I$(srcdir)/ffmpeg/libavformat -I$(srcdir)/ffmpeg/libavcodec \
-I$(top_srcdir)/gst-libs/ext/linux/ -DHAVE_AV_CONFIG_H \
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE

View file

@ -11,7 +11,7 @@ libgstvideo4linux2_la_SOURCES = \
gstv4l2colorbalance.c
libgstvideo4linux2_la_CFLAGS = $(GST_CFLAGS)
libgstvideo4linux2_la_LIBADD = \
$(top_srcdir)/gst-libs/gst/libgstinterfaces-@GST_MAJORMINOR@.la
$(top_builddir)/gst-libs/gst/libgstinterfaces-@GST_MAJORMINOR@.la
libgstvideo4linux2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstv4l2element.h v4l2_calls.h \