|
@@ -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)
|