minor change

This commit is contained in:
lxsang
2016-02-29 22:50:10 +01:00
parent dd3dc684e4
commit 8e02096886
5 changed files with 3 additions and 265 deletions

View File

@ -1,7 +1,7 @@
CC=gcc
CFLAGS=-W -Wall -g -std=c99 -D DEBUG -D USE_DB
EXT=dylib
SERVER=plugin_manager.o ini.o http_server.o plugins/dictionary.o plugins/utils.o
SERVER=plugin_manager.o plugins/ini.o http_server.o plugins/dictionary.o plugins/utils.o
SERVERLIB=-lpthread -ldl
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux)