From 9770d49add4124a623fe4a257fd50dbd7ec25164 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 6 Feb 2005 16:50:47 +0000 Subject: [PATCH] fixed library filename --- lib/example/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4