link against lib/librfxswf.a, not lib/rfxswf.o.
[swftools.git] / swfs / Makefile.in
index 629e93b..1f614f7 100644 (file)
@@ -74,9 +74,9 @@ WORDS_BIGENDIAN = @WORDS_BIGENDIAN@
 bin_PROGRAMS = simple_viewer PreLoaderTemplate
 LDADD = 
 simple_viewer_SOURCES = simple_viewer.c
-simple_viewer_LDADD = ../lib/rfxswf.o
+simple_viewer_LDADD = ../lib/librfxswf.a
 PreLoaderTemplate_SOURCES = PreLoaderTemplate.c
-PreLoaderTemplate_LDADD = ../lib/rfxswf.o
+PreLoaderTemplate_LDADD = ../lib/librfxswf.a
 INCLUDES = -I../lib
 pkgdata_DATA = simple_viewer.swf PreLoaderTemplate.swf swft_loader.swf tessel_loader.swf
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@@ -91,10 +91,10 @@ CPPFLAGS = @CPPFLAGS@
 LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@
 simple_viewer_OBJECTS =  simple_viewer.o
-simple_viewer_DEPENDENCIES =  ../lib/rfxswf.o
+simple_viewer_DEPENDENCIES =  ../lib/librfxswf.a
 simple_viewer_LDFLAGS = 
 PreLoaderTemplate_OBJECTS =  PreLoaderTemplate.o
-PreLoaderTemplate_DEPENDENCIES =  ../lib/rfxswf.o
+PreLoaderTemplate_DEPENDENCIES =  ../lib/librfxswf.a
 PreLoaderTemplate_LDFLAGS = 
 CFLAGS = @CFLAGS@
 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)