summaryrefslogtreecommitdiffstats
path: root/java/src/c/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* - Added java binding swig generation.Romain Chantereay2004-08-101-33/+0
| | | | | | | | | - Added Swig Interface file. - Added readme for java build dependencies - Removed old java/src directory (still present on the CVS and this is important).
* Me 1, Litlle memory stick Windows computer 0.Romain Chantereay2004-08-041-3/+2
| | | | | | First step toward a fully automaked java build. java now compile and build the DLL.
* New Autotools infrastructure.Romain Chantereay2004-08-031-0/+34
Don't hesitate to report bug (if any). Main changes: - No more, or so few AM_CONDITIONAL. - Binding compilation use AC_SUBST top level Makefile SUBDIRS. - Change order of AM Macro. - Added Macro. - Fix Windows Compilation. - New way to handle version number. - Use of lasso_config.h - more ? I do not remember.