diff options
| author | Romain Chantereay <rchantereau@entrouvert.com> | 2004-08-19 17:03:04 +0000 |
|---|---|---|
| committer | Romain Chantereay <rchantereau@entrouvert.com> | 2004-08-19 17:03:04 +0000 |
| commit | ed57b05781e982ac291e18685d4bd36c8dbddaa1 (patch) | |
| tree | efe23e902c6a2cb060c2139ddd69c787a22d2e0c /python | |
| parent | 0d5a96551ed1de185c86d49d43ec32b68beeee66 (diff) | |
| download | lasso-ed57b05781e982ac291e18685d4bd36c8dbddaa1.tar.gz lasso-ed57b05781e982ac291e18685d4bd36c8dbddaa1.tar.xz lasso-ed57b05781e982ac291e18685d4bd36c8dbddaa1.zip | |
Reformated some lines in python Makefile.am
Added -I.. to java Makefile.am CFLAGS.
Diffstat (limited to 'python')
| -rw-r--r-- | python/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index f847ea12..13b9ed43 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -13,8 +13,8 @@ _lassomod_la_CFLAGS= $(LASSO_CFLAGS) \ $(PY_CFLAGS) \ $(NULL) _lassomod_la_LIBADD= $(top_srcdir)/lasso/liblasso.la \ - $(LASSO_LIBS) \ - $(NULL) + $(LASSO_LIBS) \ + $(NULL) _lassomod_la_LDFLAGS= -no-undefined \ -module -avoid-version \ -version-info @LASSO_VERSION_INFO@ \ |
