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
|
include $(top_srcdir)/config/Makefile.options
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/src
|
noinst_LTLIBRARIES = liblfc.la
|
||||||
lib_LTLIBRARIES = liblfc.la
|
|
||||||
|
|
||||||
liblfc_la_SOURCES = \
|
liblfc_la_SOURCES = \
|
||||||
array.c \
|
array.c \
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
include $(top_srcdir)/config/Makefile.options
|
include $(top_srcdir)/config/Makefile.options
|
||||||
|
|
||||||
lib_LTLIBRARIES = libmem.la
|
noinst_LTLIBRARIES = libmem.la
|
||||||
|
|
||||||
libmem_la_SOURCES = \
|
libmem_la_SOURCES = \
|
||||||
allocator.c \
|
allocator.c \
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
include $(top_srcdir)/config/Makefile.options
|
include $(top_srcdir)/config/Makefile.options
|
||||||
|
|
||||||
lib_LTLIBRARIES = libthreads.la
|
noinst_LTLIBRARIES = libthreads.la
|
||||||
|
|
||||||
libthreads_la_SOURCES = \
|
libthreads_la_SOURCES = \
|
||||||
mutex.h \
|
mutex.h \
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
include $(top_srcdir)/config/Makefile.options
|
include $(top_srcdir)/config/Makefile.options
|
||||||
|
|
||||||
lib_LTLIBRARIES = libutil.la
|
noinst_LTLIBRARIES = libutil.la
|
||||||
|
|
||||||
libutil_la_SOURCES = \
|
libutil_la_SOURCES = \
|
||||||
argv.c \
|
argv.c \
|
||||||
|
@ -19,7 +19,7 @@ endif
|
|||||||
SUBDIRS = $(profile_dir)
|
SUBDIRS = $(profile_dir)
|
||||||
DIST_SUBDIRS = profile
|
DIST_SUBDIRS = profile
|
||||||
|
|
||||||
lib_LTLIBRARIES = libmpi_c.la
|
noinst_LTLIBRARIES = libmpi_c.la
|
||||||
|
|
||||||
libmpi_c_la_SOURCES = \
|
libmpi_c_la_SOURCES = \
|
||||||
comm_get_name.c \
|
comm_get_name.c \
|
||||||
|
@ -19,7 +19,7 @@ endif
|
|||||||
SUBDIRS = $(profile_dir)
|
SUBDIRS = $(profile_dir)
|
||||||
DIST_SUBDIRS = profile
|
DIST_SUBDIRS = profile
|
||||||
|
|
||||||
lib_LTLIBRARIES = libmpi_f77.la
|
noinst_LTLIBRARIES = libmpi_f77.la
|
||||||
|
|
||||||
libmpi_f77_la_SOURCES = \
|
libmpi_f77_la_SOURCES = \
|
||||||
comm_get_name_f.c \
|
comm_get_name_f.c \
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user