Skip to content

Commit

Permalink
#5361: Tweak test makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Oct 25, 2020
1 parent 5ad7e9b commit 9f8c6b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/Makefile.am
Expand Up @@ -7,7 +7,7 @@ TESTS = $(check_PROGRAMS)

drtestdir = $(pkglibdir)/bin/
drtest_CPPFLAGS = $(AM_CPPFLAGS)
drtest_LDFLAGS = -lgtest -lgtest_main -lX11 \
drtest_LDFLAGS = -lpthread -lgtest -lgtest_main -lX11 \
$(XML_LIBS) \
$(GLEW_LIBS) \
$(GL_LIBS) \
Expand All @@ -19,10 +19,8 @@ drtest_LDFLAGS = -lgtest -lgtest_main -lX11 \
$(FILESYSTEM_LIBS) \
$(DL_LIBS) \
$(INTL_LIBS) \
$(WX_LIBS) \
$(Z_LIBS)
drtest_LDADD = $(top_builddir)/libs/scene/libscenegraph.la \
$(top_builddir)/libs/wxutil/libwxutil.la \
$(top_builddir)/libs/xmlutil/libxmlutil.la \
$(top_builddir)/libs/math/libmath.la \
$(top_builddir)/libs/module/libmodule.la
Expand Down

0 comments on commit 9f8c6b9

Please sign in to comment.