mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
29 lines
525 B
Makefile
29 lines
525 B
Makefile
SUBDIRS = source parser elementgen gstreamer-sharp doc tests samples
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = gstreamer-sharp-0.10.pc
|
|
|
|
EXTRA_DIST = \
|
|
gstreamer-sharp-0.10.pc.in \
|
|
gstreamer-sharp.snk
|
|
|
|
DISTCLEANFILES = gstreamer-sharp-0.10.pc
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
compile \
|
|
INSTALL \
|
|
config.h.in \
|
|
aclocal.m4 \
|
|
ltmain.sh \
|
|
Makefile.in \
|
|
depcomp \
|
|
missing \
|
|
install-sh \
|
|
configure \
|
|
config.sub \
|
|
config.guess \
|
|
intltool-extract.in \
|
|
intltool-merge.in \
|
|
intltool-update.in \
|
|
mkinstalldirs
|
|
|