Removed dependency on ALUT. Patch from Battler.
This commit is contained in:
parent
577d37b2af
commit
eb96970fb2
5 changed files with 4 additions and 10 deletions
|
|
@ -12,7 +12,7 @@ amrefresh:
|
|||
|
||||
pcem_CFLAGS = $(allegro_CFLAGS)
|
||||
|
||||
pcem_LDADD = $(allegro_LIBS) -lopenal -lalut
|
||||
pcem_LDADD = $(allegro_LIBS) -lopenal
|
||||
|
||||
pcem_SOURCES = 386.c 386_dynarec.c 386_dynarec_ops.c 808x.c acer386sx.c ali1429.c allegro-gui.c \
|
||||
allegro-gui-configure.c allegro-gui-deviceconfig.c allegro-gui-hdconf.c allegro-joystick.c allegro-keyboard.c allegro-main.c \
|
||||
|
|
|
|||
Loading…
Reference in a new issue