diff options
| author | Romain Chantereay <rchantereau@entrouvert.com> | 2004-09-07 14:21:16 +0000 |
|---|---|---|
| committer | Romain Chantereay <rchantereau@entrouvert.com> | 2004-09-07 14:21:16 +0000 |
| commit | a6b6a9b659f2ed09f865b9618bc31c03be4dc676 (patch) | |
| tree | 5433d930c908b32e5773ac63c1b02859de5b3ce8 /java | |
| parent | 984ae67795631bed0c03e780283271a68760be58 (diff) | |
| download | lasso-a6b6a9b659f2ed09f865b9618bc31c03be4dc676.tar.gz lasso-a6b6a9b659f2ed09f865b9618bc31c03be4dc676.tar.xz lasso-a6b6a9b659f2ed09f865b9618bc31c03be4dc676.zip | |
Now module is a module.
Diffstat (limited to 'java')
| -rw-r--r-- | java/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/java/Makefile.am b/java/Makefile.am index 6e265128..fee84602 100644 --- a/java/Makefile.am +++ b/java/Makefile.am @@ -7,12 +7,12 @@ javalibdir = $(prefix)/lib/java javasharedir = $(prefix)/share/java # Shared library. -javalib_LTLIBRARIES = libjlasso.la +javalib_LTLIBRARIES = jlasso.la -libjlasso_la_SOURCES = lasso_wrap.c -libjlasso_la_CFLAGS = $(JDK_INCLUDES) $(LASSO_CFLAGS) -I$(top_srcdir) -libjlasso_la_LIBADD = $(top_builddir)/lasso/liblasso.la $(LASSO_LIBS) -libjlasso_la_LDFLAGS = -no-undefined -avoid-version -module +jlasso_la_SOURCES = lasso_wrap.c +jlasso_la_CFLAGS = $(JDK_INCLUDES) $(LASSO_CFLAGS) -I$(top_srcdir) +jlasso_la_LIBADD = $(top_builddir)/lasso/liblasso.la $(LASSO_LIBS) +jlasso_la_LDFLAGS = -no-undefined -avoid-version -module javashare_DATA = lasso.jar |
