Changeset 3743


Ignore:
Timestamp:
Jul 3, 2013 10:22:56 AM (11 years ago)
Author:
gah
Message:

kludge install of rappture includes/libraries for R build

Location:
branches/1.3/lang
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3/lang/Makefile.in

    r3742 r3743  
    5656
    5757all:
     58        make -C ../src install
    5859        for i in $(LANGS) ; do \
    5960          $(MAKE) -C $$i all || exit 1 ;\
  • branches/1.3/lang/R/Makefile.in

    r3742 r3743  
    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.