summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSorin Stancu-Mara <smsorin@gmail.com>2009-04-26 22:33:31 +0200
committerSorin Stancu-Mara <smsorin@gmail.com>2009-04-27 00:52:23 +0200
commit961bd1b3cd4697c6bf3145eb513a543208c40ab8 (patch)
tree09fc4623013c56a5da5c03bcc62f74ee87f267dc /configure.ac
parentb731794451462da83f77663b5b2dbcc8acc3587a (diff)
downloadrasdaman-upstream-961bd1b3cd4697c6bf3145eb513a543208c40ab8.tar.gz
rasdaman-upstream-961bd1b3cd4697c6bf3145eb513a543208c40ab8.tar.xz
rasdaman-upstream-961bd1b3cd4697c6bf3145eb513a543208c40ab8.zip
Corrected compilation structure for rnprotocol dir
Removed the rnprotocol Makefile and adjusted compilation structure. Originally both rnprotocol, servercomm and clientcomm directories were pushing files into libservercomm.a and libclientcomm.a. Because the libraries stay in the directories where they were created the libs were never merged. While this was okay for the server it is impossible to deploy both libraries that contain all the required object files. Now the servercomm and cliencomm are responsible for compiling the files in rnprotocol and joining them into the respective libraries.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a7c6902..8a764f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,6 +21,7 @@ AC_PROG_MAKE_SET
AC_PROG_RANLIB
AC_PROG_RPCGEN
AC_PROG_SED
+AM_PROG_CC_C_O
dnl we preffer java
AC_PROG_JAVA_CC
dnl we need bison not yacc
@@ -114,7 +115,6 @@ AC_CONFIG_FILES([Makefile
raslib/Makefile
clientcomm/Makefile
servercomm/Makefile
- rnprotocol/Makefile
rasodmg/Makefile
qlparser/Makefile
conversion/Makefile