summaryrefslogtreecommitdiff
path: root/src/configure.in
blob: 920fb20340314b0592b325fe960afb2200dd3cc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
dnl on commits of this file autogen.sh will be rerun online
AC_INIT
AM_INIT_AUTOMAKE(gstreamer-www, 0.0)

AC_OUTPUT([
Makefile
htdocs/Makefile
htdocs/artwork/Makefile
htdocs/apps/Makefile
htdocs/bindings/Makefile
htdocs/bugs/Makefile
htdocs/conference/Makefile
htdocs/dev/Makefile
htdocs/documentation/Makefile
htdocs/download/Makefile
htdocs/features/Makefile
htdocs/images/Makefile
htdocs/lists/Makefile
htdocs/modules/Makefile
htdocs/news/Makefile
htdocs/planet/Makefile
htdocs/releases/Makefile
htdocs/releases/gst-editing-services/Makefile
htdocs/releases/gst-editor/Makefile
htdocs/releases/gst-ffmpeg/Makefile
htdocs/releases/gst-monkeysaudio/Makefile
htdocs/releases/gst-openmax/Makefile
htdocs/releases/gst-player/Makefile
htdocs/releases/gst-plugins/Makefile
htdocs/releases/gst-plugins-bad/Makefile
htdocs/releases/gst-plugins-base/Makefile
htdocs/releases/gst-plugins-gl/Makefile
htdocs/releases/gst-plugins-good/Makefile
htdocs/releases/gst-plugins-ugly/Makefile
htdocs/releases/gst-python/Makefile
htdocs/releases/gstreamer/Makefile
htdocs/releases/gstreamer-sharp/Makefile
htdocs/releases/gnonlin/Makefile
])