X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=swfs%2FMakefile.in;h=1f614f7d0c19a046fa64bf5df80195acb883677c;hb=90b15977a6a09cd9e90c19d74eca0e8e5313b4e6;hp=629e93b0e66238f164059088eeb03b63e4018a03;hpb=864ccaf03c2cb5f37214d955b1699c3131d35e50;p=swftools.git diff --git a/swfs/Makefile.in b/swfs/Makefile.in index 629e93b..1f614f7 100644 --- a/swfs/Makefile.in +++ b/swfs/Makefile.in @@ -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)