diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index e8c5f5d..613e01c 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ EXE := $(BINDIR)/blackshades CFLAGS := -O2 -Wall -g $(shell sdl-config --cflags) -I$(SRCDIR) -include Source/Support.h CXXFLAGS := $(CFLAGS) -LDFLAGS := $(shell sdl-config --libs) -lGL -lGLU -lopenal -lalut # -framework QuickTime +LDFLAGS := $(shell sdl-config --libs) -lSDL_image -lGL -lGLU -lopenal -lalut # -framework QuickTime # Don't want ogg? #CFLAGS += -DNOOGG |