~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
        $(top_builddir)/modules/tclsci/libscitclsci.la \
139
139
        $(top_builddir)/modules/preferences/libscipreferences.la
140
140
 
141
 
GUI_LIBS += $(top_builddir)/modules/hdf5/libscihdf5-forceload.la
142
 
# HDF5 is here because it needs the JVM (see bug #5481)
143
 
 
144
141
NO_GUI_LIBS = $(top_builddir)/modules/gui/libscigui-disable.la \
145
142
        $(top_builddir)/modules/graphics/libscigraphics-disable.la \
146
143
        $(top_builddir)/modules/graphic_export/libscigraphic_export-disable.la \
154
151
        $(top_builddir)/modules/history_browser/libscihistory_browser-disable.la \
155
152
        $(top_builddir)/modules/commons/libscicommons-disable.la
156
153
 
157
 
NO_GUI_LIBS += $(top_builddir)/modules/hdf5/libscihdf5-forceload-disable.la
158
 
# HDF5 is here because it needs the JVM (see bug #5481)
159
154
 
160
155
ENGINE_LIBS =   $(top_builddir)/modules/fileio/libscifileio.la \
161
156
        $(top_builddir)/modules/mexlib/libmex.la \