mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 06:35:08 -04:00
updated ubuntu changelog
This commit is contained in:
parent
1d54630007
commit
7293cd3afa
25 changed files with 67 additions and 1183 deletions
|
@ -1,16 +0,0 @@
|
|||
|
||||
CXXFLAGS = -Wall -g -I..
|
||||
#CXXFLAGS += -arch i386 # OSX
|
||||
|
||||
LIBS = -L../lib -lbitdht -lpthread
|
||||
|
||||
|
||||
|
||||
EXEC : bssdht
|
||||
|
||||
EGOBJ = bdhandler.o bssdht.o bootstrap_fn.o
|
||||
|
||||
bssdht: $(EGOBJ)
|
||||
$(CXX) $(CXXFLAGS) -o bssdht $(EGOBJ) $(LIBS)
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue