gst/librfb/Makefile.am: Testing stuff before committing is for wimps... and people with fast machines. Fix stupid mi...

Original commit message from CVS:
* gst/librfb/Makefile.am: Testing stuff before committing is
for wimps... and people with fast machines.  Fix stupid
mistake.
This commit is contained in:
David Schleef 2005-02-11 22:16:02 +00:00
parent a970a32304
commit 3bfd8bf0e8
2 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2005-02-11 David Schleef <ds@schleef.org>
* gst/librfb/Makefile.am: Testing stuff before committing is
for wimps... and people with fast machines. Fix stupid
mistake.
2005-02-11 David Schleef <ds@schleef.org>
* configure.ac: Pull in librfb from my CVS tree, because it is

View file

@ -4,8 +4,8 @@
noinst_LTLIBRARIES = librfb.la
plugin_LTLIBRARIES = libgstrfbsrc.la
libgstrfbsrc_la_SOURCES = gstrfbsrc.c
libgstrfbsrc_la_CFLAGS = $(GST_CFLAGS) -I/usr/local/include/librfb-0.1
libgstrfbsrc_la_SOURCES = gstrfbsrc.c
libgstrfbsrc_la_CFLAGS = $(GST_CFLAGS) -I$(srcdir)/..
libgstrfbsrc_la_LIBADD = librfb.la
libgstrfbsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
@ -25,6 +25,6 @@ librfb_la_SOURCES = \
rfbbytestream.c \
rfbbytestream.h
librfb_la_CFLAGS = $(RFB_CFLAGS)
librfb_la_CFLAGS = $(GST_CFLAGS) -I$(srcdir)/..
librfb_la_LIBADD = $(GLIB_LIBS)