Browse Source

Install headers in /usr/include/starpu-1.0, not /usr/include/1.0

Samuel Thibault 13 years ago
parent
commit
954fdc0cb3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -45,7 +45,7 @@ if USE_MPI
 pkgconfig_DATA += libstarpumpi.pc
 endif
 
-versincludedir = $(includedir)/$(STARPU_EFFECTIVE_VERSION)
+versincludedir = $(includedir)/starpu-$(STARPU_EFFECTIVE_VERSION)
 versinclude_HEADERS = 				\
 	include/starpu.h			\
 	include/starpu_data_filters.h		\