mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
bbed116d90
Original commit message from CVS: Added plugins to DIST_SUBDIRS
19 lines
420 B
Makefile
19 lines
420 B
Makefile
|
|
if BUILD_PLUGIN_DOCS
|
|
SUBDIRS_PLUGINS = plugins
|
|
else
|
|
SUBDIRS_PLUGINS =
|
|
endif
|
|
|
|
SUBDIRS = manual fwg gst libs $(SUBDIRS_PLUGINS)
|
|
DIST_SUBDIRS = manual fwg gst libs plugins
|
|
|
|
EXTRA_DIST = random slides manuals.mak
|
|
|
|
dist-hook:
|
|
$(RM) -rf $(distdir)/random/CVS
|
|
$(RM) -rf $(distdir)/random/*~
|
|
$(RM) -rf $(distdir)/random/.\#*
|
|
$(RM) -rf $(distdir)/slides/CVS
|
|
$(RM) -rf $(distdir)/slides/*~
|
|
$(RM) -rf $(distdir)/slides/.\#*
|