Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4358 Serge 1
if !HAVE_SHARED_GLAPI
2
AM_CFLAGS = $(PTHREAD_CFLAGS)
3
AM_CPPFLAGS = \
4
	$(DEFINES) \
5
	-I$(top_srcdir)/src/gtest/include \
6
	-I$(top_srcdir)/src/mapi \
7
	-I$(top_srcdir)/include
8
 
9
TESTS = glapi-test
10
check_PROGRAMS = glapi-test
11
 
12
glapi_test_SOURCES =			\
13
	check_table.cpp
14
 
15
glapi_test_LDADD = \
16
	$(top_builddir)/src/mapi/glapi/libglapi.la \
17
	$(top_builddir)/src/gtest/libgtest.la \
18
	$(PTHREAD_LIBS)
19
endif