From f629b06b6bee663665b7bbf51c27bac0412f187d Mon Sep 17 00:00:00 2001 From: Mikal Villa Date: Sun, 17 Aug 2014 13:12:12 +0200 Subject: [PATCH] Adding header file (version.h) to make scripts --- build/CMakeLists.txt | 1 + filelist.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index 672759e3..f37f39ed 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -76,6 +76,7 @@ set ( HEADERS Daemon.h SOCKS.h I2PTunnel.h + version.h ) if (WIN32) diff --git a/filelist.mk b/filelist.mk index 78b2daee..dc13a773 100644 --- a/filelist.mk +++ b/filelist.mk @@ -11,7 +11,7 @@ H_FILES := CryptoConst.h base64.h NTCPSession.h RouterInfo.h Transports.h \ RouterContext.h NetDb.h LeaseSet.h Tunnel.h TunnelEndpoint.h TunnelGateway.h \ TransitTunnel.h I2NPProtocol.h Log.h Garlic.h HTTPServer.h Streaming.h Identity.h \ SSU.h util.h Reseed.h DaemonLinux.h SSUData.h i2p.h aes.h SOCKS.h UPnP.h TunnelPool.h \ - HTTPProxy.h AddressBook.h Daemon.h I2PTunnel.h + HTTPProxy.h AddressBook.h Daemon.h I2PTunnel.h version.h OBJECTS = $(addprefix obj/, $(notdir $(CPP_FILES:.cpp=.o)))