diff options
author | Richard Boulton <richard@tartarus.org> | 2000-12-31 16:07:04 +0000 |
---|---|---|
committer | Richard Boulton <richard@tartarus.org> | 2000-12-31 16:07:04 +0000 |
commit | 7daccedd655dce1f09c9dcc33f5ac4b326d3e220 (patch) | |
tree | 1a1038efc51ab86ef79d651519c4d68010cb6b65 /include | |
parent | 5e5b81ef794abad41a46affc32062aee8a186f65 (diff) |
Add files in include to distributions.
Original commit message from CVS:
Add files in include to distributions.
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 8 | ||||
-rw-r--r-- | include/wine/Makefile.am | 28 |
2 files changed, 36 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 000000000..003949281 --- /dev/null +++ b/include/Makefile.am @@ -0,0 +1,8 @@ +SUBDIRS = wine + +noinst_HEADERS = \ + avifmt.h \ + default.h \ + mmx.h \ + registry.h \ + sse.h diff --git a/include/wine/Makefile.am b/include/wine/Makefile.am new file mode 100644 index 000000000..1ea6c1d6b --- /dev/null +++ b/include/wine/Makefile.am @@ -0,0 +1,28 @@ +noinst_HEADERS = \ +basetsd.h \ +config.h \ +debugtools.h \ +driver.h \ +elfdll.h \ +heap.h \ +ldt.h \ +mmreg.h \ +module.h \ +msacm.h \ +msacmdrv.h \ +ntdef.h \ +pe_image.h \ +poppack.h \ +pshpack1.h \ +pshpack2.h \ +pshpack4.h \ +pshpack8.h \ +vfw.h \ +winbase.h \ +windef.h \ +windows.h \ +winerror.h \ +winestring.h \ +winnt.h \ +winreg.h \ +winuser.h |