Ignore:
Timestamp:
Dec 12, 2014, 8:40:24 AM (10 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/r9/lang/matlab/Makefile.in

    r1944 r4861  
    2424matlabdir       = $$RAPPTURE_INSTALL_DIR/lib/matlab
    2525
    26 INCLUDES        = \
    27                 -I$(srcdir)/../../src/core \
    28                 -I$(prefix)/include
     26INCLUDES        = -I$(includedir)
     27
    2928DEFINES         = -g
    30 LIBS            =  -L../../src/core -L$(libdir) -lrappture
     29LIBS            = -L$(libdir) -lrappture
    3130
    3231MEX_FLAGS       = $(MEX_ARCH) $(INCLUDES) $(DEFINES)
Note: See TracChangeset for help on using the changeset viewer.