diff options
Diffstat (limited to 'games-simulation/dwarffortress/files/Makefile')
| -rw-r--r-- | games-simulation/dwarffortress/files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-simulation/dwarffortress/files/Makefile b/games-simulation/dwarffortress/files/Makefile index 66e6401d..548027bf 100644 --- a/games-simulation/dwarffortress/files/Makefile +++ b/games-simulation/dwarffortress/files/Makefile @@ -11,7 +11,7 @@ SRCS := g_src/basics.cpp g_src/command_line.cpp g_src/enabler.cpp \ g_src/music_and_sound_openal.cpp g_src/random.cpp g_src/textlines.cpp \ g_src/enabler_input.cpp g_src/KeybindingScreen.cpp \ g_src/win32_compat.cpp g_src/textures.cpp g_src/resize++.cpp \ - g_src/renderer_offscreen.cpp g_src/ttf_manager.cpp + g_src/renderer_offscreen.cpp g_src/ttf_manager.cpp g_src/ViewBase.cpp OBJS := $(SRCS:.cpp=.o) BLIBS := ncursesw openal sndfile |
