mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
* (1/3) update filelist.mk : 3 lists of sources: common, daemon-specific and library-specific
This commit is contained in:
parent
01bb492faf
commit
8c218bd5df
5 changed files with 21 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue