Add files in include to distributions.
authorRichard Boulton <richard@tartarus.org>
Sun, 31 Dec 2000 16:07:04 +0000 (16:07 +0000)
committerRichard Boulton <richard@tartarus.org>
Sun, 31 Dec 2000 16:07:04 +0000 (16:07 +0000)
Original commit message from CVS:
Add files in include to distributions.

Makefile.am
configure.in
include/Makefile.am [new file with mode: 0644]
include/wine/Makefile.am [new file with mode: 0644]

index a97575d..547538a 100644 (file)
@@ -8,10 +8,10 @@ libglade_subdir=
 endif
 
 # These are the subdirs which might get used.
-SUBDIRS = gst libs plugins . test $(libglade_subdir) tools docs # tests
+SUBDIRS = include gst libs plugins . test $(libglade_subdir) tools docs # tests
 
 # These are all the possible subdirs
-DIST_SUBDIRS = gst libs plugins . gstplay test editor tools docs tests
+DIST_SUBDIRS = include gst libs plugins . gstplay test editor tools docs tests
 
 bin_SCRIPTS = gstreamer-config
 
index c9c2a4f..ad68daf 100644 (file)
@@ -419,6 +419,8 @@ dnl # Make the output files #
 dnl #########################
 
 AC_OUTPUT([Makefile
+include/Makefile
+include/wine/Makefile
 gst/Makefile
 gst/types/Makefile
 gst/meta/Makefile
diff --git a/include/Makefile.am b/include/Makefile.am
new file mode 100644 (file)
index 0000000..0039492
--- /dev/null
@@ -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 (file)
index 0000000..1ea6c1d
--- /dev/null
@@ -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