mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
31c54a6644
Original commit message from CVS: further clean up build
17 lines
417 B
Makefile
17 lines
417 B
Makefile
plugin_LTLIBRARIES = libgstgnomevfs.la
|
|
|
|
libgstgnomevfs_la_SOURCES = \
|
|
gstgnomevfs.c \
|
|
gstgnomevfssink.c \
|
|
gstgnomevfssrc.c \
|
|
gstgnomevfsuri.c
|
|
|
|
libgstgnomevfs_la_CFLAGS = $(GST_CFLAGS) $(GNOME_VFS_CFLAGS)
|
|
libgstgnomevfs_la_LIBADD = $(GST_BASE_LIBS) $(GNOME_VFS_LIBS)
|
|
libgstgnomevfs_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = \
|
|
gstgnomevfs.h \
|
|
gstgnomevfssink.h \
|
|
gstgnomevfssrc.h \
|
|
gstgnomevfsuri.h
|