]> git.localhorst.tv Git - space.git/blobdiff - build/space.mk
move to SDL2
[space.git] / build / space.mk
index 8a6f147324e7f470cdbb89817848ec6bd222cc9c..446cf04c05b3b26b3885304a6ed77fe55c66699f 100644 (file)
@@ -12,11 +12,9 @@ SPACE_TEST_EXES := test-all
 
 SPACE_FLAGS = $(sort $(strip \
                $(SDL_FLAGS) \
-               $(SDL_IMG_FLAGS) \
                ))
 SPACE_LIBS = $(sort $(strip \
                $(SDL_LIBS) \
-               $(SDL_IMG_LIBS) \
                ))
 
 SPACE_TEST_FLAGS = $(SPACE_FLAGS) $(CPPUNIT_FLAGS)