Skip to content

Commit

Permalink
#5231: Remove wxutil references from core Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Aug 22, 2020
1 parent 0b4856b commit dbfa323
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions radiantcore/Makefile.am
Expand Up @@ -12,7 +12,6 @@ libradiantcore_la_CPPFLAGS = -DPKGLIBDIR='"$(pkglibdir)"' \
$(FTGL_CFLAGS)

libradiantcore_la_LIBADD = $(top_builddir)/libs/scene/libscenegraph.la \
$(top_builddir)/libs/wxutil/libwxutil.la \
$(top_builddir)/libs/xmlutil/libxmlutil.la \
$(top_builddir)/libs/math/libmath.la

Expand All @@ -28,7 +27,6 @@ libradiantcore_la_LDFLAGS = -module -avoid-version \
$(FILESYSTEM_LIBS) \
$(DL_LIBS) \
$(INTL_LIBS) \
$(WX_LIBS) \
$(Z_LIBS)

libradiantcore_la_SOURCES = Radiant.cpp \
Expand Down

0 comments on commit dbfa323

Please sign in to comment.