X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=Makefile.in;h=69fa663c787d254d0379ec463553f062eea5a7e4;hp=77ced6c3d048af72ef3799602394615c323cc11b;hb=926348692a4138e9c88f49ef43657dedb5f36897;hpb=ee7863d9cdd683dd4df9d6463d98dc59182c54fe diff --git a/Makefile.in b/Makefile.in index 77ced6c..69fa663 100644 --- a/Makefile.in +++ b/Makefile.in @@ -22,7 +22,7 @@ with_coverage = @with_coverage@ CC=@CC@ CXX=@CXX@ -CXXFLAGS=-Wall @CXXFLAGS@ -I$(GTEST_DIR)/include @Eigen3_CFLAGS@ @epoxy_CFLAGS@ @FFTW3_CFLAGS@ +CXXFLAGS=-Wall @CXXFLAGS@ -I$(GTEST_DIR)/include @SDL2_CFLAGS@ @SDL_CFLAGS@ @Eigen3_CFLAGS@ @epoxy_CFLAGS@ @FFTW3_CFLAGS@ ifeq ($(with_SDL2),yes) CXXFLAGS += -DHAVE_SDL2 endif