mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix qmake warnings:
Makefile.libretroshare:3811: warning: overriding recipe for target 'temp/linux-g++/obj/hashstream.o' Makefile.libretroshare:3772: warning: ignoring old recipe for target 'temp/linux-g++/obj/hashstream.o'
This commit is contained in:
parent
359e11433b
commit
f420bb4644
@ -530,10 +530,9 @@ SOURCES += ft/ftchunkmap.cc \
|
||||
ft/ftturtlefiletransferitem.cc
|
||||
|
||||
SOURCES += crypto/chacha20.cpp \
|
||||
crypto/rsaes.cc \
|
||||
crypto/hashstream.cc\
|
||||
crypto/hashstream.cc \
|
||||
crypto/rscrypto.cpp
|
||||
crypto/hashstream.cc\
|
||||
crypto/rsaes.cc \
|
||||
crypto/rscrypto.cpp
|
||||
|
||||
SOURCES += chat/distantchat.cc \
|
||||
chat/p3chatservice.cc \
|
||||
|
Loading…
Reference in New Issue
Block a user