2000-01-31 09:43:08 +00:00
|
|
|
filterdir = $(libdir)/gst
|
|
|
|
|
|
|
|
filter_LTLIBRARIES = libgstelements.la
|
2000-01-30 09:03:00 +00:00
|
|
|
|
2000-02-01 04:10:58 +00:00
|
|
|
if HAVE_LIBGHTTP
|
|
|
|
GSTHTTPSRC=gsthttpsrc.c
|
|
|
|
else
|
|
|
|
GSTHTTPSRC=
|
|
|
|
endif
|
|
|
|
|
2000-01-30 09:03:00 +00:00
|
|
|
libgstelements_la_DEPENDENCIES = ../libgst.la
|
|
|
|
libgstelements_la_SOURCES = \
|
|
|
|
gstelements.c \
|
|
|
|
gstfakesrc.c \
|
|
|
|
gstidentity.c \
|
|
|
|
gstfakesink.c \
|
|
|
|
gstdisksrc.c \
|
2001-04-20 12:04:40 +00:00
|
|
|
gstdisksink.c \
|
2000-01-30 09:03:00 +00:00
|
|
|
gstfdsrc.c \
|
|
|
|
gstfdsink.c \
|
2001-03-24 17:22:03 +00:00
|
|
|
gstmultidisksrc.c \
|
2000-05-28 19:59:46 +00:00
|
|
|
gstpipefilter.c \
|
2001-01-18 23:46:15 +00:00
|
|
|
gsttee.c \
|
2001-01-02 08:13:34 +00:00
|
|
|
gstsinesrc.c \
|
|
|
|
$(GSTHTTPSRC)
|
2000-01-30 09:03:00 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
gstfakesrc.h \
|
|
|
|
gstidentity.h \
|
|
|
|
gstfakesink.h \
|
|
|
|
gstdisksrc.h \
|
2001-04-20 12:04:40 +00:00
|
|
|
gstdisksink.h \
|
2000-01-30 09:03:00 +00:00
|
|
|
gstfdsrc.h \
|
2001-03-24 17:22:03 +00:00
|
|
|
gstmultidisksrc.h \
|
2000-01-30 09:03:00 +00:00
|
|
|
gsthttpsrc.h \
|
|
|
|
gstfdsink.h \
|
2000-05-28 19:59:46 +00:00
|
|
|
gstpipefilter.h \
|
2001-01-18 23:46:15 +00:00
|
|
|
gsttee.h \
|
2000-01-30 09:03:00 +00:00
|
|
|
gstsinesrc.h
|
|
|
|
|
2000-12-30 16:13:17 +00:00
|
|
|
CFLAGS += -O2 -Wall
|
|
|
|
|
2001-05-26 12:17:05 +00:00
|
|
|
libgstelements_la_LIBADD = $(GHTTP_LIBS)
|
2001-04-17 05:24:24 +00:00
|
|
|
libgstelements_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|