* (1/3) update filelist.mk : 3 lists of sources: common, daemon-specific and library-specific

This commit is contained in:
hagen 2014-12-12 07:38:51 +00:00
parent 01bb492faf
commit 8c218bd5df
5 changed files with 21 additions and 25 deletions

View file

@ -18,7 +18,6 @@ endif
LIBDIR := /usr/lib
include filelist.mk
INCFLAGS =
ifeq ($(STATIC),yes)
LDLIBS += $(LIBDIR)/libcryptopp.a $(LIBDIR)/libboost_system.a
@ -31,7 +30,6 @@ LDLIBS = -lcryptopp -lboost_system -lboost_date_time -lboost_filesystem -lboost_
endif
LIBS =
ifeq ($(USE_AESNI),yes)
ifeq ($(IS_64),1)
#check if AES-NI is supported by CPU