Linux: Fix missing symbol in fmod3 lib

This commit is contained in:
Elias Naur 2004-12-14 12:59:53 +00:00
parent d4d8fd9ac6
commit 5b54273d2c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ STRIP=strip
CFLAGS_LINK=-shared -Wall
LIBS=-lpthread
CFLAGS_O=-fPIC -O2 -D_X11 -Wall -pthread -c -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux
SRC=$(wildcard *.c)
SRC=$(wildcard *.c) ../common_tools.c
OBJECTS=$(subst .c,.o,$(SRC))
LIBRARY=liblwjgl-fmod3.so