summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorflaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-06-27 01:47:06 +0000
committerflaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-06-27 01:47:06 +0000
commita9492cf82f696af37f3258e19d7767f705708e63 (patch)
treee6870f2d9be9bbdbe1698a345460a2e9be9a108b /configure
parent6ec58f4e48829623d74c6efd3d978ba0d96e3604 (diff)
downloadhercules-a9492cf82f696af37f3258e19d7767f705708e63.tar.gz
hercules-a9492cf82f696af37f3258e19d7767f705708e63.tar.bz2
hercules-a9492cf82f696af37f3258e19d7767f705708e63.tar.xz
hercules-a9492cf82f696af37f3258e19d7767f705708e63.zip
* Added common/random and 3rdparty/mt19937ar to project files, makefiles and configure script.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14870 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 9200993f7..fbc5e3a11 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 14767 .
+# From configure.in Revision: 14870 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
@@ -1333,6 +1333,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_files="$ac_config_files Makefile src/common/Makefile"
+ ac_config_files="$ac_config_files 3rdparty/mt19937ar/Makefile"
+
ac_config_files="$ac_config_files src/char/Makefile src/login/Makefile"
ac_config_files="$ac_config_files src/char_sql/Makefile src/txt-converter/Makefile"