Changeset 9284

Show
Ignore:
Timestamp:
04/19/12 11:55:07 (13 months ago)
Author:
k
Message:

Fixed stable 'missing orange.h' error on make install

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/stable/Makefile.in

    r9277 r9284  
    11981198install:: all install_doc 
    11991199        install -d $(includedir) 
    1200         install -m 644 $(builddir)/include/orange.h $(includedir) 
    12011200        install -m 644 $(builddir)/include/pvfs2.h $(includedir) 
     1201        install -m 644 $(srcdir)/include/orange.h $(includedir) 
    12021202        install -m 644 $(srcdir)/include/pvfs2-request.h $(includedir) 
    12031203        install -m 644 $(srcdir)/include/pvfs2-debug.h $(includedir)