Fixes to Makefile.am and configure.ac so that "make dist" generates a
proper tarball This commit was SVN r1865.
Этот коммит содержится в:
родитель
e21450c133
Коммит
93762e9aad
@ -907,6 +907,7 @@ AC_CONFIG_FILES([
|
|||||||
test/class/Makefile
|
test/class/Makefile
|
||||||
test/mca/Makefile
|
test/mca/Makefile
|
||||||
test/mca/oob/Makefile
|
test/mca/oob/Makefile
|
||||||
|
test/mca/ns/Makefile
|
||||||
test/threads/Makefile
|
test/threads/Makefile
|
||||||
test/util/Makefile
|
test/util/Makefile
|
||||||
test/rte/Makefile
|
test/rte/Makefile
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
# -*- makefile -*-
|
|
||||||
#
|
#
|
||||||
# $HEADER$
|
# $HEADER$
|
||||||
#
|
#
|
||||||
|
|
||||||
include $(top_srcdir)/config/Makefile.options
|
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
|
# JMS Temporary hack to make "make dist" work. The directories mentioned
|
||||||
# here will eventually moved into SUBDIRS.
|
# here will eventually moved into SUBDIRS.
|
||||||
DIST_SUBDIRS = $(SUBDIRS) rte include
|
DIST_SUBDIRS = $(SUBDIRS) rte include
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user