Changeset 1389


Ignore:
Timestamp:
Apr 10, 2009, 12:20:29 PM (16 years ago)
Author:
dkearney
Message:

copy include files to install dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/objects/Makefile.in

    r1386 r1389  
    5757                RpCurve.h \
    5858                RpInt.h \
    59                 RpHash.h \
    6059                RpHashHelper.h \
    6160                RpNumber.h \
     
    6564                RpVariable.h
    6665
     66LOCAL_HEADERS = \
     67                RpHash.h
    6768
    6869OBJS = \
     
    107108          $(INSTALL) -m 444  $(srcdir)/$$i $(incdir) ; \
    108109        done
     110        for i in $(LOCAL_HEADERS) ; do \
     111          $(INSTALL) -m 444  $$i $(incdir) ; \
     112        done
    109113
    110114.cc.o:
Note: See TracChangeset for help on using the changeset viewer.