ext/jpeg/Makefile.am: Fix compile.

Original commit message from CVS:
* ext/jpeg/Makefile.am:
Fix compile.
This commit is contained in:
Ronald S. Bultje 2005-08-08 14:51:35 +00:00
parent 7cc1cf7dbb
commit 6a32222f1d
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/jpeg/Makefile.am:
Fix compile.
2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
* configure.ac:

View file

@ -10,7 +10,7 @@ libgstjpeg_la_SOURCES = \
# gstsmokedec.c
# smokecodec.c
libgstjpeg_la_CFLAGS = $(GST_CFLAGS)
libgstjpeg_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
libgstjpeg_la_LIBADD = $(JPEG_LIBS)
libgstjpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)