mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
gst/librfb/Makefile.am: Compile with appropriate cflags. Fixes build.
Original commit message from CVS: * gst/librfb/Makefile.am: Compile with appropriate cflags. Fixes build.
This commit is contained in:
parent
7618b1e761
commit
4952877d2a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-11-19 Michael Smith <msmith@fluendo.com>
|
||||
|
||||
* gst/librfb/Makefile.am:
|
||||
Compile with appropriate cflags. Fixes build.
|
||||
|
||||
2006-11-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||
|
||||
* sys/dvb/gstdvbsrc.c: (gst_dvbsrc_tune):
|
||||
|
|
|
@ -4,7 +4,7 @@ noinst_LTLIBRARIES = librfb.la
|
|||
plugin_LTLIBRARIES = libgstrfbsrc.la
|
||||
|
||||
libgstrfbsrc_la_SOURCES = gstrfbsrc.c
|
||||
libgstrfbsrc_la_CFLAGS = $(GST_CFLAGS) -I$(srcdir)/..
|
||||
libgstrfbsrc_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) -I$(srcdir)/..
|
||||
libgstrfbsrc_la_LIBADD = $(GST_BASE_LIBS) librfb.la
|
||||
libgstrfbsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue