summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* No more trace of macros if the distribution.Romain Chantereay2004-09-061-1/+1
|
* Now Lasso distribution includes the check macros allowing people to generateRomain Chantereay2004-09-061-1/+1
| | | | | | Makefile and configure without check-xml installed. PS: The distribution is not checked yet.
* Re added win32 directory in the distribution.Romain Chantereay2004-08-231-0/+1
|
* added c# binding; I'm not sure how all of this works and a little programFrederic Peters2004-08-211-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | compiles and run: using System; public class runme { static void Main() { Console.WriteLine("lasso_init"); int rc = lassomod.lasso_init(); Console.WriteLine(String.Format("sortie de lasso_init: {0}", rc)); LassoServer server = new LassoServer( "../tests/data/idp1-la/metadata.xml", "", "../tests/data/idp1-la/private-key-raw.pem", "../tests/data/idp1-la/certificate.pem", lassomod.lassoSignatureMethodRsaSha1); Console.WriteLine("lasso_shutdown"); lassomod.lasso_shutdown(); } }
* TODO was removed dudeFrederic Peters2004-08-191-1/+1
|
* Makefile.am in swig directory so that make clean and make dist works properlyFrederic Peters2004-08-191-1/+2
|
* Include swig Interface file in the source distribution.Romain Chantereay2004-08-191-1/+1
|
* Fixed reference docs make problems:Romain Chantereay2004-08-061-1/+7
| | | | | | | | - Docs did not compile invoking top level make when enabled in configure. - Docs did not compile in references directory with make all. - Docs used the old substitution variables.
* automake/autoconf support for the php bindingChristophe Nowicki2004-08-051-1/+4
|
* Use of conditional subdirectories.Romain Chantereay2004-08-051-1/+8
| | | | This permit automake to automaticaly define a correct DIST_SUBDIRS.
* New Autotools infrastructure.Romain Chantereay2004-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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.
* Don't build win32 anymore. Makefile.am in win32 directory will disapearEmmanuel Raviart2004-08-031-1/+1
| | | | anyway.
* remove generated lasso.pc on make cleanFrederic Peters2004-07-281-1/+4
|
* using check <http://check.sourceforge.net/> for the test suiteFrederic Peters2004-07-241-1/+1
| | | | (--enable-tests=no if you don't want them)
* moved win32 Makefile targets to win32/Makefile.amFrederic Peters2004-07-231-34/+0
|
* En croisant les doigts pour les ^M ne viennent pas tout pourrir...Romain Chantereay2004-07-231-3/+19
| | | | | | | Cleaned DLL process creation. Now we have a import library. The libs are created in the win32/.libs directory. The linkage is done using import libs and no more directly the DLL. The import library is named liblasso.a and no more liblasso.dll.a
* added win32Frederic Peters2004-07-221-1/+1
|
* usage of pkg-config to get library information in configure; automake for theFrederic Peters2004-07-221-3/+2
| | | | python module;
* - Better Win32 stuff organization.Romain Chantereay2004-07-191-2/+2
| | | | | - Added NSIS special directory. - Added icon file to this directory.
* .tar.gz must include lasso.pc.inFrederic Peters2004-07-171-1/+1
|
* Another try to dllwrap.Romain Chantereay2004-07-161-2/+1
|
* Added Cygwin/Windows compilation support.Romain Chantereay2004-07-161-0/+21
| | | | | | | | | | | | | | Now: just: ./autogen --hots=i686-pc-mingw32 make make dll make install dll Of course you will need to install the dependencies libraries in /usr/local in order to compile. And next the DLL in Windows %SYSTEM% directory.
* *** empty log message ***Valery Febvre2004-04-191-3/+3
|
* Added lasso.pc.in to used pkg-configValery Febvre2004-04-181-0/+3
|
* Initial revisionValery Febvre2004-03-231-0/+5