diff options
| author | lishu <[email protected]> | 2018-12-11 23:09:04 +0800 |
|---|---|---|
| committer | lishu <[email protected]> | 2018-12-11 23:09:04 +0800 |
| commit | ae77019201515e1c94c8ca7c3ebab99c059ec641 (patch) | |
| tree | 6dabf2402426946fa400c6ef0a538669f988628e /src/Makefile | |
| parent | 14ce0d2381eedff940305a6cc40cf2cd36e9d016 (diff) | |
更新cache为最新
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile index 09040ff..0fd2120 100644 --- a/src/Makefile +++ b/src/Makefile @@ -17,10 +17,10 @@ CC = g++ CCC = g++ LIB = -L./lib/ -LIB += -lssl -lcrypto -lxml2 -lcurl -levent -lpthread -LIB += -lMESA_handle_logger -lMESA_prof_load -lmaatframe -lrulescan -lMESA_htable -lMESA_field_stat2 -lWiredLB +#LIB += -lssl -lcrypto -lxml2 -lcurl -levent -lpthread +LIB += -lMESA_handle_logger -lMESA_prof_load -lmaatframe -lrulescan -lMESA_htable -lMESA_field_stat2 -lWiredLB -lpthread LIB += ./lib/libmy_socket.a -LIB += ./lib/pangu_tango_cache.a +LIB += ./lib/libtango_cache_client.a ./lib/libcjson.a ./lib/libcrypto.a ./lib/libcurl.a ./lib/libevent.a ./lib/libhiredis.a ./lib/libssl.a ./lib/libxml2.a -lz #LIB += ./lib/libdictator_debug.a LIB_FILE = $(wildcard ../lib/*.a) @@ -41,7 +41,7 @@ $(TARGET):$(OBJECTS) $(OBJECTSCPP) $(LIB_FILE) #$(CCC) -shared $(CFLAGS) $(OBJECTS) $(LIB) -o $@ $(CCC) $(CFLAGS) $(OBJECTS) $(OBJECTSCPP) $(LIB) $(LDDICTATOR) -o $@ cp $(TARGET) ../bin/ - cp $(TARGET) /home/mesasoft/dd/ +# cp $(TARGET) /home/mesasoft/dd/ .c.o: #%.d:%.c |
