Browse Source

Install .txt files in prefix only on windows, use docdir for other platforms

Samuel Thibault 14 years ago
parent
commit
678fb362ce
1 changed files with 5 additions and 1 deletions
  1. 5 1
      Makefile.am

+ 5 - 1
Makefile.am

@@ -1,6 +1,6 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009, 2010  Université de Bordeaux 1
+# Copyright (C) 2009-2011  Université de Bordeaux 1
 # Copyright (C) 2010, 2011  Centre National de la Recherche Scientifique
 #
 # StarPU is free software; you can redistribute it and/or modify
@@ -51,6 +51,10 @@ include_HEADERS = 				\
 	include/starpu_bound.h			\
 	include/starpu_scheduler.h
 
+if STARPU_HAVE_WINDOWS
 txtdir = ${prefix}
+else
+txtdir = ${docdir}
+endif
 txt_DATA = AUTHORS COPYING.LGPL README
 EXTRA_DIST = AUTHORS COPYING.LGPL README