Browse Source

Makefile.am: add missing include file

Nathalie Furmento 14 years ago
parent
commit
81fa7020fb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Makefile.am

+ 1 - 0
src/Makefile.am

@@ -82,6 +82,7 @@ noinst_HEADERS = 						\
 	datawizard/sort_data_handles.h				\
 	datawizard/memory_nodes.h				\
 	datawizard/interfaces/data_interface.h			\
+	common/barrier.h					\
 	common/hash.h						\
 	common/timing.h						\
 	common/htable32.h					\