mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 20:00:10 +01:00
gtest: enable subdir-objects to prevent automake warnings
Reviewed-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
b5773ee043
commit
b51b3fc537
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@
|
||||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||||
# IN THE SOFTWARE.
|
# IN THE SOFTWARE.
|
||||||
|
|
||||||
|
AUTOMAKE_OPTIONS = subdir-objects
|
||||||
|
|
||||||
AM_CFLAGS = $(DEFINES) -I$(top_srcdir)/src/gtest/include
|
AM_CFLAGS = $(DEFINES) -I$(top_srcdir)/src/gtest/include
|
||||||
AM_CXXFLAGS = $(DEFINES) -I$(top_srcdir)/src/gtest/include
|
AM_CXXFLAGS = $(DEFINES) -I$(top_srcdir)/src/gtest/include
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue