mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
10 lines
268 B
Makefile
10 lines
268 B
Makefile
|
AUTOMAKE_OPTIONS = foreign
|
||
|
|
||
|
SUBDIRS = gst-libs sys
|
||
|
|
||
|
# 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
|