Changeset 9400


Ignore:
Timestamp:
2005-03-14T09:48:19+13:00 (19 years ago)
Author:
davidb
Message:

gdbmsource.h .cpp .o added to filename list in Makefile.in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/Makefile.in

    r9173 r9400  
    155155HEADERS = search.h querycache.h queryinfo.h collectserver.h collectset.h \
    156156          colservrconfig.h maptools.h filter.h source.h browsefilter.h \
    157           queryfilter.h mggdbmsource.h phrasesearch.h phrasequeryfilter.h \
     157          queryfilter.h mggdbmsource.h gdbmsource.h \
     158      phrasesearch.h phrasequeryfilter.h \
    158159      $(MG_HEADERS) $(LC_HEADERS) $(CORBAHEADERS)
    159160
    160161SOURCES = search.cpp querycache.cpp queryinfo.cpp collectserver.cpp \
    161162          colservrconfig.cpp maptools.cpp filter.cpp source.cpp \
    162           browsefilter.cpp queryfilter.cpp mggdbmsource.cpp phrasesearch.cpp \
    163           phrasequeryfilter.cpp collectset.cpp \
     163          browsefilter.cpp queryfilter.cpp mggdbmsource.cpp gdbmsource.cpp \
     164      phrasesearch.cpp phrasequeryfilter.cpp collectset.cpp \
    164165      $(MG_SOURCES) $(LC_SOURCES) $(CORBASOURCES)
    165166
    166167OBJECTS = search.o querycache.o queryinfo.o collectserver.o \
    167168          colservrconfig.o maptools.o filter.o source.o browsefilter.o \
    168           queryfilter.o mggdbmsource.o phrasesearch.o phrasequeryfilter.o \
     169          queryfilter.o mggdbmsource.o gdbmsource.o \
     170      phrasesearch.o phrasequeryfilter.o \
    169171      $(MG_MGPP_OBJECTS) $(MG_OBJECTS) $(LC_OBJECTS) $(CORBAOBJECTS)
    170172
Note: See TracChangeset for help on using the changeset viewer.