Changeset 3746 for trunk/lang


Ignore:
Timestamp:
Jul 5, 2013 9:53:57 PM (11 years ago)
Author:
gah
Message:

fix Makefile for R

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/R/Makefile.in

    r3741 r3746  
    2323coresrcdir      = ${PWD}/$(srcdir)/../../src/core
    2424corelibdir      = ${PWD}/../../src/core
    25 R_flags         = --configure-args='--with-rappture-include=$(coresrcdir) \
    26                                     --with-rappture-lib=$(corelibdir)'
     25R_flags         = --configure-args='--with-rappture-include=$(includedir) \
     26                                    --with-rappture-lib=$(libdir)'
    2727
    2828RLIB            = R
Note: See TracChangeset for help on using the changeset viewer.