Clean up .gitignore files
[mesa.git] / src / mapi / glapi / tests / Makefile.am
1 if !HAVE_SHARED_GLAPI
2 AM_CFLAGS = $(PTHREAD_CFLAGS)
3 AM_CPPFLAGS = \
4 -I$(top_builddir)/src/gtest/include \
5 -I$(top_builddir)/src/mapi \
6 -I$(top_builddir)/include
7
8 TESTS = glapi-test
9 check_PROGRAMS = glapi-test
10
11 glapi_test_SOURCES = \
12 check_table.cpp
13
14 glapi_test_LDADD = \
15 $(top_builddir)/src/mapi/glapi/libglapi.la \
16 $(top_builddir)/src/gtest/libgtest.la \
17 $(PTHREAD_LIBS)
18 endif