Change lib_LTLIBRARIES -> noinst_LTLIBRARIES so that the convenience
libraries don't get installed This commit was SVN r121.
Этот коммит содержится в:
родитель
8a3e44789d
Коммит
84d5606627
@ -31,8 +31,7 @@
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src
|
||||
lib_LTLIBRARIES = liblfc.la
|
||||
noinst_LTLIBRARIES = liblfc.la
|
||||
|
||||
liblfc_la_SOURCES = \
|
||||
array.c \
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
|
||||
lib_LTLIBRARIES = libmem.la
|
||||
noinst_LTLIBRARIES = libmem.la
|
||||
|
||||
libmem_la_SOURCES = \
|
||||
allocator.c \
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
|
||||
lib_LTLIBRARIES = libthreads.la
|
||||
noinst_LTLIBRARIES = libthreads.la
|
||||
|
||||
libthreads_la_SOURCES = \
|
||||
mutex.h \
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
|
||||
lib_LTLIBRARIES = libutil.la
|
||||
noinst_LTLIBRARIES = libutil.la
|
||||
|
||||
libutil_la_SOURCES = \
|
||||
argv.c \
|
||||
|
@ -19,7 +19,7 @@ endif
|
||||
SUBDIRS = $(profile_dir)
|
||||
DIST_SUBDIRS = profile
|
||||
|
||||
lib_LTLIBRARIES = libmpi_c.la
|
||||
noinst_LTLIBRARIES = libmpi_c.la
|
||||
|
||||
libmpi_c_la_SOURCES = \
|
||||
comm_get_name.c \
|
||||
|
@ -19,7 +19,7 @@ endif
|
||||
SUBDIRS = $(profile_dir)
|
||||
DIST_SUBDIRS = profile
|
||||
|
||||
lib_LTLIBRARIES = libmpi_f77.la
|
||||
noinst_LTLIBRARIES = libmpi_f77.la
|
||||
|
||||
libmpi_f77_la_SOURCES = \
|
||||
comm_get_name_f.c \
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user