Procházet zdrojové kódy

Add filters/multiformat/multiformat_types.h to the list of headers to be included in the tarball.

Cyril Roelandt před 13 roky
rodič
revize
06c5dc44e6
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      examples/Makefile.am

+ 2 - 1
examples/Makefile.am

@@ -123,7 +123,8 @@ noinst_HEADERS = 				\
 	spmv/matrix_market/mm_to_bcsr.h		\
 	spmv/spmv.h				\
 	spmv/dw_block_spmv.h                    \
-	basic_examples/multiformat_types.h
+	basic_examples/multiformat_types.h      \
+	filters/multiformat/multiformat_types.h
 
 #####################################
 # What to install and what to check #