1
1

Fixes to Makefile.am and configure.ac so that "make dist" generates a

proper tarball

This commit was SVN r1865.
Этот коммит содержится в:
Jeff Squyres 2004-08-04 11:23:14 +00:00
родитель e21450c133
Коммит 93762e9aad
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -907,6 +907,7 @@ AC_CONFIG_FILES([
test/class/Makefile
test/mca/Makefile
test/mca/oob/Makefile
test/mca/ns/Makefile
test/threads/Makefile
test/util/Makefile
test/rte/Makefile

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

@ -1,11 +1,10 @@
# -*- makefile -*-
#
# $HEADER$
#
include $(top_srcdir)/config/Makefile.options
SUBDIRS = support class util threads
SUBDIRS = support class util threads mca
# JMS Temporary hack to make "make dist" work. The directories mentioned
# here will eventually moved into SUBDIRS.
DIST_SUBDIRS = $(SUBDIRS) rte include