mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
ed7a301a42
Might come in handy, and these warnings seem to be fatal in some environments. You may need to git clean -x -d -f your tree before git pulling/merging.
11 lines
194 B
Makefile
11 lines
194 B
Makefile
SUBDIRS = common omx tools config m4
|
|
|
|
if BUILD_EXAMPLES
|
|
SUBDIRS += examples
|
|
endif
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
|
|
|
DISTCLEANFILES = _stdint.h
|
|
|
|
EXTRA_DIST = autogen.sh gst-omx.doap RELEASE
|