removed sdl from mikmod cflags, since we dropped SDL from the
[dosdemo] / libs / mikmod / GNUmakefile
index 9f472ff..7fcc00e 100644 (file)
@@ -10,7 +10,7 @@ alib = libmikmod.a
 def = -DHAVE_CONFIG_H -DMIKMOD_BUILD
 inc = -I. -Iinclude
 warn = -pedantic -Wall -Wno-unused-variable -Wno-unused-function
-CFLAGS = -m32 $(warn) -g $(def) $(inc) `pkg-config --cflags sdl`
+CFLAGS = -m32 $(warn) -g $(def) $(inc)
 
 $(alib): $(obj)
        $(AR) rcs $@ $(obj)