diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2008-06-11 04:27:18 +0200 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2008-06-11 04:27:18 +0200 |
commit | 4b6acb098be9aa41e4a4bedc9aa3655822049635 (patch) | |
tree | a3f9546f2f1c366ba6ee126eece3dc481a897637 /configure | |
parent | 561150ea6623be4ea32ff225d26e771274fcfd63 (diff) | |
download | mad-4b6acb098be9aa41e4a4bedc9aa3655822049635.tar mad-4b6acb098be9aa41e4a4bedc9aa3655822049635.zip |
Ein paar weitere Test-Dateien erstellt
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19920,7 +19920,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool' # Checks for library functions. -ac_config_files="$ac_config_files Makefile src/Makefile" +ac_config_files="$ac_config_files Makefile src/Makefile src/Net/Makefile" cat >confcache <<\_ACEOF @@ -20518,6 +20518,7 @@ do "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "src/Net/Makefile") CONFIG_FILES="$CONFIG_FILES src/Net/Makefile" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} |