mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-27 08:26:39 +00:00
Add files in include to distributions.
Original commit message from CVS: Add files in include to distributions.
This commit is contained in:
parent
5e5b81ef79
commit
7daccedd65
4 changed files with 40 additions and 2 deletions
|
@ -8,10 +8,10 @@ libglade_subdir=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# These are the subdirs which might get used.
|
# 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
|
# 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
|
bin_SCRIPTS = gstreamer-config
|
||||||
|
|
||||||
|
|
|
@ -419,6 +419,8 @@ dnl # Make the output files #
|
||||||
dnl #########################
|
dnl #########################
|
||||||
|
|
||||||
AC_OUTPUT([Makefile
|
AC_OUTPUT([Makefile
|
||||||
|
include/Makefile
|
||||||
|
include/wine/Makefile
|
||||||
gst/Makefile
|
gst/Makefile
|
||||||
gst/types/Makefile
|
gst/types/Makefile
|
||||||
gst/meta/Makefile
|
gst/meta/Makefile
|
||||||
|
|
8
include/Makefile.am
Normal file
8
include/Makefile.am
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
SUBDIRS = wine
|
||||||
|
|
||||||
|
noinst_HEADERS = \
|
||||||
|
avifmt.h \
|
||||||
|
default.h \
|
||||||
|
mmx.h \
|
||||||
|
registry.h \
|
||||||
|
sse.h
|
28
include/wine/Makefile.am
Normal file
28
include/wine/Makefile.am
Normal file
|
@ -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
|
Loading…
Reference in a new issue