1
1

Add missing .h file so that it is included in the tarball

This commit was SVN r7107.
Этот коммит содержится в:
Jeff Squyres 2005-08-31 11:01:28 +00:00
родитель b4e2c96e22
Коммит 284328afe3

Просмотреть файл

@ -27,7 +27,8 @@ bin_PROGRAMS = orterun
orterun_SOURCES = \
orterun.c \
totalview.c
totalview.c \
totalview.h
orterun_LDADD = $(libs)
orterun_DEPENDENCIES = $(libs)