Ignore:
Timestamp:
2009-12-09T21:41:14+13:00 (14 years ago)
Author:
ak19
Message:

Changes to makefiles, configure files, and source code to work with the new configure flags that allow indexers to be individually compiled up by setting each indexer to be enabled or disabled (enable-mg, enable-mgpp, enable-lucene)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/w32server/cgiwrapper.cpp

    r19788 r21324  
    6969#include "extlinkaction.h"
    7070#include "collectoraction.h"
     71#ifdef ENABLE_MGPP
    7172#include "phindaction.h"
     73#endif
    7274#include "configaction.h"
    7375
     
    350352collectoraction *acollectoraction = NULL;
    351353authenaction *aauthenaction = NULL;
     354#ifdef ENABLE_MGPP
    352355phindaction *aphindaction = NULL;
     356#endif
    353357configaction *aconfigaction = NULL;
    354358vlistbrowserclass *avlistbrowserclass = NULL;
     
    584588  }
    585589
     590#ifdef ENABLE_MGPP
    586591  if (aphindaction == NULL) {
    587592    aphindaction = new phindaction();
    588593    recpt.add_action (aphindaction);
    589594  }
     595#endif
    590596 
    591597  if (aconfigaction == NULL) {
Note: See TracChangeset for help on using the changeset viewer.