Skip to content

Commit

Permalink
Linux build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Jan 25, 2017
1 parent e06feeb commit 9bd8ccc
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 78 deletions.
9 changes: 6 additions & 3 deletions plugins/model/Makefile.in
Expand Up @@ -130,8 +130,9 @@ model_la_DEPENDENCIES = \
$(top_builddir)/libs/picomodel/libpicomodel.la \
$(top_builddir)/libs/math/libmath.la \
$(top_builddir)/libs/scene/libscenegraph.la
am_model_la_OBJECTS = PicoModelNode.lo RenderablePicoModel.lo \
PicoModelLoader.lo RenderablePicoSurface.lo plugin.lo
am_model_la_OBJECTS = AseExporter.lo PicoModelNode.lo \
RenderablePicoModel.lo PicoModelLoader.lo \
RenderablePicoSurface.lo plugin.lo
model_la_OBJECTS = $(am_model_la_OBJECTS)
AM_V_lt = $(am__v_lt_@AM_V@)
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
Expand Down Expand Up @@ -410,7 +411,8 @@ model_la_LIBADD = $(top_builddir)/libs/picomodel/libpicomodel.la \
$(top_builddir)/libs/math/libmath.la \
$(top_builddir)/libs/scene/libscenegraph.la

model_la_SOURCES = PicoModelNode.cpp \
model_la_SOURCES = AseExporter.cpp \
PicoModelNode.cpp \
RenderablePicoModel.cpp \
PicoModelLoader.cpp \
RenderablePicoSurface.cpp \
Expand Down Expand Up @@ -495,6 +497,7 @@ mostlyclean-compile:
distclean-compile:
-rm -f *.tab.c

@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AseExporter.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PicoModelLoader.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PicoModelNode.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RenderablePicoModel.Plo@am__quote@
Expand Down
1 change: 1 addition & 0 deletions radiant/Makefile.am
Expand Up @@ -204,6 +204,7 @@ darkradiant_SOURCES = main.cpp \
selection/group/SelectionGroupManager.cpp \
selection/group/SelectionGroupInfoFileModule.cpp \
selection/manipulators/TranslateManipulator.cpp \
selection/manipulators/ModelScaleManipulator.cpp \
settings/GameFileLoader.cpp \
settings/Game.cpp \
settings/GameManager.cpp \
Expand Down

0 comments on commit 9bd8ccc

Please sign in to comment.