blob: a23eef2ccd7cfb7f940f9a10275f7ab8db9ae883 [file] [log] [blame]
if !HAVE_SHARED_GLAPI
AM_CFLAGS = $(PTHREAD_CFLAGS)
AM_CPPFLAGS = \
-I$(top_builddir)/src/gtest/include \
-I$(top_builddir)/src/mapi \
-I$(top_builddir)/include
TESTS = glapi-test
check_PROGRAMS = glapi-test
glapi_test_SOURCES = \
check_table.cpp
glapi_test_LDADD = \
$(top_builddir)/src/mapi/glapi/libglapi.la \
$(top_builddir)/src/gtest/libgtest.la \
$(PTHREAD_LIBS)
endif