mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-14 03:15:47 +00:00
b52cfea76f
Instead of rely on the automatic creation of m4 directory by aclocal, we already control it. Later we could create our own m4 scripts in order to unclutter configure.ac https://bugzilla.gnome.org/show_bug.cgi?id=762528
15 lines
445 B
Makefile
15 lines
445 B
Makefile
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
|
|
|
SUBDIRS = gst-libs gst tests m4 common docs
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
# Extra clean files so that maintainer-clean removes *everything*
|
|
MAINTAINERCLEANFILES = \
|
|
$(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
|
|
$(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN) \
|
|
$(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL) \
|
|
$(srcdir)/autoregen.sh $(srcdir)/INSTALL \
|
|
$(NULL)
|
|
|
|
-include $(top_srcdir)/git.mk
|