Bläddra i källkod

Makefile.am: include/starpu_config.sh should be installed but not shipped in a release file

Nathalie Furmento 14 år sedan
förälder
incheckning
3ca7125abe
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. 3 1
      Makefile.am

+ 3 - 1
Makefile.am

@@ -44,7 +44,6 @@ pkgconfig_DATA = libstarpu.pc
 
 include_HEADERS = 				\
 	include/starpu.h			\
-	include/starpu_config.h			\
 	include/starpu_data_filters.h		\
 	include/starpu_data_interfaces.h	\
 	include/starpu_task.h			\
@@ -61,6 +60,9 @@ include_HEADERS = 				\
 	include/starpu_scheduler.h		\
 	include/starpu_top.h
 
+nodist_include_HEADERS = 			\
+	include/starpu_config.h
+
 if BUILD_STARPU_TOP
 all-local:
 	cd starpu-top ; $(QMAKE) ; $(MAKE)