From f47ec2ab8ba32cabc74f946040dfccd298dadcb3 Mon Sep 17 00:00:00 2001 From: Erik Walthinsen Date: Mon, 13 Aug 2001 19:03:58 +0000 Subject: [PATCH] messy hack to make sure libgst.la builds properly (FIXME!) Original commit message from CVS: messy hack to make sure libgst.la builds properly (FIXME!) --- gst/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gst/Makefile.am b/gst/Makefile.am index d0c5da1b2c..8d3e73debb 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -80,6 +80,7 @@ libgst_la_SOURCES = \ gsttype.c \ $(GST_TYPEFIND_SRC) \ gstutils.c \ + gsttimecache.c \ $(GST_PARSE_SRC) \ $(GSTARCH_SRCS) \ $(GST_LOADSAVE_SRC) @@ -178,6 +179,7 @@ libgstinclude_HEADERS = \ gsttype.h \ gsttypefind.h \ gstutils.h \ + gsttimecache.h \ gstparse.h \ gstversion.h \ gstxml.h @@ -194,6 +196,7 @@ noinst_HEADERS = \ CFLAGS = $(LIBGST_CFLAGS) -D_GNU_SOURCE -DGST_CONFIG_DIR=\""@sysconfdir@/gstreamer"\" LIBS = $(LIBGST_LIBS) +LDFLAGS = "" libgst_la_LDFLAGS = -version-info $(GST_LIBVERSION) EXTRA_DIST = ROADMAP