summaryrefslogtreecommitdiffstats
path: root/src/Daemon
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-12-16 22:35:25 +0100
committerMatthias Schiffer <matthias@gamezock.de>2008-12-16 22:35:25 +0100
commite28a9c25c143635ffe8a1f9cee1d377a69a4f923 (patch)
tree4e35f3051c85eb5f4c055cacb9e777d77c7d9c45 /src/Daemon
parent75119a974616d7bfff5d4552f00377186e227740 (diff)
downloadmad-e28a9c25c143635ffe8a1f9cee1d377a69a4f923.tar
mad-e28a9c25c143635ffe8a1f9cee1d377a69a4f923.zip
Module koennen per configure (de)aktiviert werden
Diffstat (limited to 'src/Daemon')
-rw-r--r--src/Daemon/Backends/Makefile.in1
-rw-r--r--src/Daemon/Makefile.in1
-rw-r--r--src/Daemon/RequestHandlers/Makefile.in1
-rw-r--r--src/Daemon/Requests/Makefile.in1
4 files changed, 4 insertions, 0 deletions
diff --git a/src/Daemon/Backends/Makefile.in b/src/Daemon/Backends/Makefile.in
index aa79134..7ab8ef9 100644
--- a/src/Daemon/Backends/Makefile.in
+++ b/src/Daemon/Backends/Makefile.in
@@ -161,6 +161,7 @@ datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
+have_df = @have_df@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
diff --git a/src/Daemon/Makefile.in b/src/Daemon/Makefile.in
index d27c780..7b55449 100644
--- a/src/Daemon/Makefile.in
+++ b/src/Daemon/Makefile.in
@@ -187,6 +187,7 @@ datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
+have_df = @have_df@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
diff --git a/src/Daemon/RequestHandlers/Makefile.in b/src/Daemon/RequestHandlers/Makefile.in
index a8ec16f..0030ecc 100644
--- a/src/Daemon/RequestHandlers/Makefile.in
+++ b/src/Daemon/RequestHandlers/Makefile.in
@@ -178,6 +178,7 @@ datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
+have_df = @have_df@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
diff --git a/src/Daemon/Requests/Makefile.in b/src/Daemon/Requests/Makefile.in
index 977caf4..807904d 100644
--- a/src/Daemon/Requests/Makefile.in
+++ b/src/Daemon/Requests/Makefile.in
@@ -178,6 +178,7 @@ datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
+have_df = @have_df@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@