Ignore:
Timestamp:
2010-08-13T13:40:52+12:00 (14 years ago)
Author:
mdewsnip
Message:

Updated runtime-src/src/recpt/Makefile.am to compile the new basequeryaction and sqlqueryaction classes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gs2-core/runtime-src/src/recpt/Makefile.am

    r21539 r22627  
    4646    argdb.cpp \
    4747    authenaction.cpp \
     48    basequeryaction.cpp \
    4849    browseaction.cpp \
    4950    browseactiontools.cpp \
     
    7980    querytools.cpp \
    8081    receptionist.cpp \
     82    sqlqueryaction.cpp \
    8183    statusaction.cpp \
    8284    string_pool.cpp \
     
    102104# Option: SQLite support
    103105if USE_SQLITE
     106  library_cgi_CPPFLAGS += -I$(GSDL_DIR)/common-src/packages/sqlite/include
    104107  library_cgi_LDADD += $(GSDL_DIR)/common-src/packages/sqlite/lib/libsqlite3.a -ldl -lpthread
    105108endif
Note: See TracChangeset for help on using the changeset viewer.