From: kramm Date: Sun, 6 Feb 2005 16:50:47 +0000 (+0000) Subject: fixed library filename X-Git-Tag: release-0-6-3~8 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=9770d49add4124a623fe4a257fd50dbd7ec25164 fixed library filename --- diff --git a/lib/example/Makefile b/lib/example/Makefile index 4f93804..398066d 100644 --- a/lib/example/Makefile +++ b/lib/example/Makefile @@ -1,6 +1,6 @@ # Makefile -RFXSWF = ../librfxswf$(A) +RFXSWF = ../librfxswf.a LDLIBS = -L/usr/X11R6/lib -ljpeg -lm -lz -lX11 -lfreetype -lt1 #CFLAGS = -funsigned-char CC = gcc