summaryrefslogtreecommitdiff
path: root/src/libw32dll/wine/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/libw32dll/wine/Makefile.am')
-rw-r--r--src/libw32dll/wine/Makefile.am60
1 files changed, 50 insertions, 10 deletions
diff --git a/src/libw32dll/wine/Makefile.am b/src/libw32dll/wine/Makefile.am
index 9cb51a5a2..8ea1cf55c 100644
--- a/src/libw32dll/wine/Makefile.am
+++ b/src/libw32dll/wine/Makefile.am
@@ -19,18 +19,58 @@ if HAVE_W32DLL
wine_lib = libwine.la
endif
-libwine_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 ldt_keeper.c
+libwine_la_SOURCES = \
+ afl.c \
+ driver.c \
+ elfdll.c \
+ ext.c \
+ ldt_keeper.c \
+ module.c \
+ pe_image.c
+ pe_resource.c \
+ resource.c \
+ registry.c \
+ vfl.c \
+ win32.c
+
libwine_la_LIBADD = stubs.lo
-noinst_HEADERS = avifmt.h elfdll.h msacm.h pshpack1.h winbase.h \
- winnt.h basetsd.h heap.h msacmdrv.h pshpack2.h\
- windef.h winreg.h ldt.h ntdef.h ext.h \
- pshpack4.h windows.h winuser.h debugtools.h mmreg.h \
- pe_image.h pshpack8.h winerror.h driver.h module.h \
- poppack.h vfw.h loader.h registry.h win32.h \
- wineacm.h winestring.h resource.h ldt_keeper.h com.h
+noinst_HEADERS = \
+ avifmt.h \
+ basetsd.h \
+ com.h \
+ debugtools.h \
+ driver.h \
+ elfdll.h \
+ ext.h \
+ heap.h \
+ ldt.h \
+ ldt_keeper.h \
+ loader.h \
+ mmreg.h \
+ module.h \
+ msacm.h \
+ msacmdrv.h \
+ ntdef.h \
+ pe_image.h \
+ poppack.h \
+ pshpack1.h \
+ pshpack2.h \
+ pshpack4.h \
+ pshpack8.h \
+ registry.h \
+ resource.h \
+ vfw.h \
+ win32.h\
+ wineacm.h \
+ winbase.h \
+ windef.h \
+ windows.h \
+ winerror.h \
+ winestring.h \
+ winnt.h \
+ winreg.h \
+ winuser.h
stubs.lo: stubs.s
$(CC) -c $(srcdir)/stubs.s -o stubs.lo