diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2008-07-08 17:56:18 +0200 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2008-07-08 17:56:18 +0200 |
commit | 4cd88a87e66dbbb9be4137de04ad79c97ac5bf2c (patch) | |
tree | 23cf0d1ff55b3b1c4eefd3dd7fe2b7c0eb719a43 /configure | |
parent | e000cdf9d31433c4e90a8b59415de5ac8377005d (diff) | |
download | mad-4cd88a87e66dbbb9be4137de04ad79c97ac5bf2c.tar mad-4cd88a87e66dbbb9be4137de04ad79c97ac5bf2c.zip |
Einzelne Request-Klassen hinzugef?gt
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20647,7 +20647,7 @@ fi # Checks for library functions. -ac_config_files="$ac_config_files Makefile src/Makefile src/Common/Makefile src/Core/Makefile src/Net/Makefile" +ac_config_files="$ac_config_files Makefile src/Makefile src/Common/Makefile src/Common/Request/Makefile src/Core/Makefile src/Net/Makefile" cat >confcache <<\_ACEOF @@ -21246,6 +21246,7 @@ do "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "src/Common/Makefile") CONFIG_FILES="$CONFIG_FILES src/Common/Makefile" ;; + "src/Common/Request/Makefile") CONFIG_FILES="$CONFIG_FILES src/Common/Request/Makefile" ;; "src/Core/Makefile") CONFIG_FILES="$CONFIG_FILES src/Core/Makefile" ;; "src/Net/Makefile") CONFIG_FILES="$CONFIG_FILES src/Net/Makefile" ;; |