mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
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
2 changed files with 6 additions and 1 deletions
|
@ -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…
Reference in a new issue