ext/libpng/Makefile.am: Fix uninstalled build.
Original commit message from CVS: * ext/libpng/Makefile.am: Fix uninstalled build.
This commit is contained in:
parent
75b8ebd604
commit
1b23cf61a8
@ -1,3 +1,8 @@
|
||||
2005-08-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* ext/libpng/Makefile.am:
|
||||
Fix uninstalled build.
|
||||
|
||||
2005-08-02 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* configure.ac:
|
||||
|
@ -2,7 +2,7 @@
|
||||
plugin_LTLIBRARIES = libgstpng.la
|
||||
|
||||
libgstpng_la_SOURCES = gstpng.c gstpngenc.c # gstpngdec.c
|
||||
libgstpng_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstpng_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgstpng_la_LIBADD = $(GST_LIBS) $(LIBPNG_LIBS)
|
||||
libgstpng_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user