Changeset 15791 for gsdl


Ignore:
Timestamp:
2008-05-29T14:00:53+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding new DB support) Needed to add a manual "make install" for sqlite (similar to what is done for yaz) so the sqlite header files and library file is in the right place when it comes to compile Greenstone.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/packages/Makefile.in

    r15782 r15791  
    8888    cd yaz/yaz-2.1.4/src; $(MAKE)  $(MDEFINES) install
    8989endif
     90# need to do make install in sqlite to get the header files and library into the right place
     91    cd sqlite/sqlite-amalgamation-3.5.9 && $(MAKE) $(MDEFINES) install
    9092
    9193
Note: See TracChangeset for help on using the changeset viewer.