mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-16 13:04:18 +00:00
Makefile.am: Add -I common/m4
This allows autoreconf to work correctly and automatic regeneration of autotools files if something changed.
This commit is contained in:
parent
715b44ea66
commit
699d3248ef
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
SUBDIRS = common omx tools config
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
||||
|
||||
DISTCLEANFILES = _stdint.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue