From: Richard Boulton Date: Sun, 31 Dec 2000 16:07:04 +0000 (+0000) Subject: Add files in include to distributions. X-Git-Tag: RELEASE-0_1_0-SLIPSTREAM~156 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7daccedd655dce1f09c9dcc33f5ac4b326d3e220;p=platform%2Fupstream%2Fgstreamer.git Add files in include to distributions. Original commit message from CVS: Add files in include to distributions. --- diff --git a/Makefile.am b/Makefile.am index a97575d..547538a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.in b/configure.in index c9c2a4f..ad68daf 100644 --- a/configure.in +++ b/configure.in @@ -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 index 0000000..0039492 --- /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 0000000..1ea6c1d --- /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