diff options
author | Brian Paul <[email protected]> | 2003-08-28 16:57:01 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-08-28 16:57:01 +0000 |
commit | 760960028f189e3afcbfef1f877dbd5b86fd1ae4 (patch) | |
tree | d328ec20f2561c00199f6eb14a98edef0069f22e /progs | |
parent | 9e94aaf6e377843194c4b9ab6e2e96f06aef88f2 (diff) |
Updates from Daniel Borca
Diffstat (limited to 'progs')
-rw-r--r-- | progs/samples/Makefile.DJ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/samples/Makefile.DJ b/progs/samples/Makefile.DJ index f8b0ccda48d..2f0f687587b 100644 --- a/progs/samples/Makefile.DJ +++ b/progs/samples/Makefile.DJ @@ -71,7 +71,7 @@ else LDLIBS = -lglut -lglu -lgl ifeq ($(FX),1) LDFLAGS += -L$(GLIDE)/lib -LDLIBS += -lglid3 +LDLIBS += -lgld3x endif endif |