Skip to content

Commit

Permalink
unbreak the build
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos committed Dec 8, 2023
1 parent a361144 commit e3ea60f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spidersol/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@ AM_CXXFLAGS = $(SDL_CFLAGS) $(SDL_ttf_CFLAGS)
AM_CFLAGS = $(SDL_CFLAGS) $(SDL_ttf_CFLAGS)
bin_PROGRAMS = spidersol

EXTRA_DIST = gen_assets.sh

spidersol_SOURCES = cntrl.c engine.c infobox.c ui.c win.c deal.c game_state.c spidersol.cpp undo.c ../imgui/imgui.cpp ../imgui/imgui_impl_sdl2.cpp ../imgui/imgui_tables.cpp ../imgui/imgui_draw.cpp ../imgui/imgui_impl_sdlrenderer2.cpp ../imgui/imgui_widgets.cpp
spidersol_LDADD = $(SDL_LIBS) $(SDL_ttf_LIBS)

0 comments on commit e3ea60f

Please sign in to comment.