Skip to content

Commit

Permalink
#5361: Makefile adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Oct 19, 2020
1 parent 6bb4708 commit dfe49ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
@@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = libs radiantcore radiant plugins install/i18n doc #test
SUBDIRS = libs radiantcore radiant plugins install/i18n doc test

# Install data and stuff
gamedir = $(pkgdatadir)/games
Expand Down
3 changes: 2 additions & 1 deletion test/Makefile.am
Expand Up @@ -2,8 +2,9 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libs \
$(XML_CFLAGS)

bin_PROGRAMS = test
testdir = $(pkglibdir)/bin/
test_CPPFLAGS = $(AM_CPPFLAGS)
test_LDFLAGS = -lgtest -lgtest_main \
test_LDFLAGS = -lgtest -lgtest_main -lX11 \
$(XML_LIBS) \
$(GLEW_LIBS) \
$(GL_LIBS) \
Expand Down

0 comments on commit dfe49ed

Please sign in to comment.