mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
12 lines
327 B
Makefile
12 lines
327 B
Makefile
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
||
|
|
||
|
AUTOMAKE_OPTIONS = foreign
|
||
|
|
||
|
SUBDIRS = src data
|
||
|
|
||
|
# Extra clean files so that maintainer-clean removes *everything*
|
||
|
MAINTAINERCLEANFILES = \
|
||
|
aclocal.m4 compile config.guess config.sub \
|
||
|
configure depcomp install-sh ltmain.sh \
|
||
|
Makefile.in missing config.h.in
|