Ignore:
Timestamp:
Aug 5, 2008 5:20:54 PM (15 years ago)
Author:
gah
Message:

yet another fix for perl language binding

File:
1 edited

Legend:

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

    r1095 r1097  
    4545privlib         = @PERL_PRIVLIB@
    4646archlib         = @PERL_ARCHLIB@
    47 installarchlib  = @PERL_INSTALLARCHLIB@
     47archlibexp      = @PERL_ARCHLIBEXP@
    4848
    4949name            = Rappture
     
    6060                -I$(srcdir) \
    6161                -I$(srcdir)/../../src/core \
    62                 -I$(installarchlib)/CORE
     62                -I$(archlibexp)/CORE
    6363
    6464LIBS            = \
Note: See TracChangeset for help on using the changeset viewer.