Skip to content

Commit

Permalink
Fixed "make install"
Browse files Browse the repository at this point in the history
rct/DB*.h files were removed in commit b57f6cf
rct/RegExt.h was removed in commit 10700c6
but both files were still present in the cmake list of files to install
  • Loading branch information
Brad Neuman committed Apr 14, 2015
1 parent 7c35450 commit e7d76ef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rct.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,6 @@ if (NOT RCT_NO_INSTALL)
rct/Buffer.h
rct/Config.h
rct/Connection.h
rct/DB.h
rct/DBmap.h
rct/DBrocksdb.h
rct/EventLoop.h
rct/FileSystemWatcher.h
rct/List.h
Expand All @@ -269,7 +266,6 @@ if (NOT RCT_NO_INSTALL)
rct/ReadLocker.h
rct/ReadWriteLock.h
rct/Rect.h
rct/RegExp.h
rct/ResponseMessage.h
rct/SHA256.h
rct/Semaphore.h
Expand Down

0 comments on commit e7d76ef

Please sign in to comment.