Make dist now works

Original commit message from CVS:
Make dist now works
This commit is contained in:
Wim Taymans 2001-02-24 19:28:59 +00:00
parent a114c20d48
commit 1c6925c316
3 changed files with 4 additions and 5 deletions

View file

@ -1,8 +1,5 @@
SUBDIRS = wine
noinst_HEADERS = \
avifmt.h \
default.h \
mmx.h \
registry.h \
sse.h

View file

@ -8,7 +8,7 @@ CFLAGS += -O0 -funroll-loops
libwinloader_la_SOURCES = win32.c driver.c elfdll.c ext.c module.c \
pe_image.c pe_resource.c registry.c resource.c stubs.s vfl.c afl.c
noinst_HEADERS = wineacm.h
noinst_HEADERS = wineacm.h win32.h registry.h avifmt.h
DEFINES=-rdynamic -fPIC -D__WINE__ -Ddbg_printf=__vprintf -DTRACE=__vprintf
CFLAGS += $(DEFINES)

View file

@ -6,6 +6,8 @@
#include <wine/vfw.h>
#include <registry.h>
#include "config.h"
#define STORE_ALL \
__asm__ ( \
"push %%ebx\n\t" \
@ -23,7 +25,7 @@
"pop %%ebx\n\t"::)
#define WIN32_PATH "/usr/lib/win32"
#define WIN32_PATH GST_WIN32_LIBDIR
typedef struct {
UINT uDriverSignature;