add some dummy code so that we can build.
This commit was SVN r1934.
Этот коммит содержится в:
родитель
944432a352
Коммит
e92447153f
@ -8,7 +8,7 @@ SUBDIRS = $(MCA_common_STATIC_SUBDIRS)
|
||||
DIST_SUBDIRS = $(MCA_common_ALL_SUBDIRS)
|
||||
|
||||
noinst_LTLIBRARIES = libmca_common.la
|
||||
libmca_common_la_SOURCES =
|
||||
libmca_common_la_SOURCES = mca_common_dummy.c
|
||||
libmca_common_la_LIBADD = $(MCA_common_STATIC_LTLIBS)
|
||||
libmca_common_la_DEPENDENCIES = $(libmca_common_la_LIBADD)
|
||||
|
||||
|
11
src/mca/common/mca_common_dummy.c
Обычный файл
11
src/mca/common/mca_common_dummy.c
Обычный файл
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* $HEADER$
|
||||
*/
|
||||
|
||||
void mca_common_dummy_func(void);
|
||||
|
||||
void
|
||||
mca_common_dummy_func(void)
|
||||
{
|
||||
/* BWB: here to keep automake happy until JMS fixes me. */
|
||||
}
|
Загрузка…
Ссылка в новой задаче
Block a user