X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=swfs%2FMakefile.in;fp=swfs%2FMakefile.in;h=1f614f7d0c19a046fa64bf5df80195acb883677c;hb=3a0a8b6c989904a4f3ac46738cc7a6d4c19f8a83;hp=629e93b0e66238f164059088eeb03b63e4018a03;hpb=bee56ee5d28188f2abb09c50c0624f7cc4f4098a;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)