Removed references to epoll code.

This commit is contained in:
vraatikka
2013-06-26 23:26:21 +03:00
parent c8831f0a89
commit b74423121f
3 changed files with 3 additions and 7 deletions

View File

@ -19,18 +19,16 @@ clean:
all: testcomp testall
testcomp:
testcomp:
$(CC) $(CFLAGS) \
-L$(LOG_MANAGER_PATH) \
-Wl,-rpath,$(LOG_MANAGER_PATH)/ \
-o testlog -DSS_DEBUG \
-I$(SOLIDDB_SRC_PATH)/include \
-I$(MARIADB_SRC_PATH)/include \
-I$(ROOT_PATH)/epoll_v1.0/include \
-I$(LOG_MANAGER_PATH) -I$(ROOT_PATH)/utils testlog.c \
-llog_manager $(LDLIBS) \
$(LOG_MANAGER_PATH)/skygw_utils.o \
$(LOG_MANAGER_PATH)/atomic.o
testall:
- $(LAUNCH_DEBUGGER) $(TESTAPP) $(BACKGR)