From 1cc52e26e9d712583e2c1ea23ee5bfbb87e25255 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Tue, 24 Apr 2001 15:47:32 +0000 Subject: fixed buffer.c and more cleanups CVS patchset: 19 CVS date: 2001/04/24 15:47:32 --- src/libw32dll/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/libw32dll') diff --git a/src/libw32dll/Makefile.am b/src/libw32dll/Makefile.am index 80f1329ae..a825428c0 100644 --- a/src/libw32dll/Makefile.am +++ b/src/libw32dll/Makefile.am @@ -9,7 +9,7 @@ CFLAGS = -I wine -fno-omit-frame-pointer \ SUBDIRS = wine if HAVE_W32DLL -w32dll_codec = xineplug_codec_w32dll.la +w32dll_codec = xineplug_decode_w32dll.la endif LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic @@ -19,15 +19,15 @@ libdir = $(XINE_PLUGINDIR) ## # IMPORTANT: # --------- -# All of xine codecs should be named like the scheme "xineplug_codec_" +# All of xine codecs should be named like the scheme "xineplug_decode_" # lib_LTLIBRARIES = $(w32dll_codec) -xineplug_codec_w32dll_la_SOURCES = afl.c elfdll.c module.c \ +xineplug_decode_w32dll_la_SOURCES = afl.c elfdll.c module.c \ pe_resource.c resource.c win32.c driver.c ext.c \ pe_image.c registry.c vfl.c ##FIXME: w32codec.c -xineplug_codec_w32dll_la_LDFLAGS = -avoid-version -module -xineplug_codec_w32dll_la_LIBADD = stubs.lo +xineplug_decode_w32dll_la_LDFLAGS = -avoid-version -module +xineplug_decode_w32dll_la_LIBADD = stubs.lo noinst_HEADERS = loader.h registry.h win32.h wineacm.h w32codec.h -- cgit v1.2.3