Browse Source

include lists.h in the installed headers

Ioannis Koutras 12 years ago
parent
commit
af33be9904
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/dmmlib/CMakeLists.txt

+ 1 - 0
include/dmmlib/CMakeLists.txt

@@ -5,6 +5,7 @@ set(dmmlib_HDRS
   dmmlib.h
   dmmstats.h 
   raw_block.h
+  lists.h
 )
 
 if(WITH_KNOBS)