From c0198bbd873a85a24812703e771831a591eb4b5e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 23 Jul 2002 02:30:52 +0000 Subject: 2002-07-23 Ralf Corsepius * sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS. * rtems/Makefile.am: Add bsplib_DATA = $(PGMS). --- c/src/optman/sapi/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'c/src/optman/sapi') diff --git a/c/src/optman/sapi/Makefile.am b/c/src/optman/sapi/Makefile.am index 1c27ae4bfc..1ee1e28c2e 100644 --- a/c/src/optman/sapi/Makefile.am +++ b/c/src/optman/sapi/Makefile.am @@ -8,12 +8,11 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) PGMS = $(C_FILES:%.c=$(ARCH)/%.rel) -## FIXME: Is this used anywhere? -ASM4FLAGS = -I$(PROJECT_INCLUDE)/rtems - include $(top_srcdir)/../../../automake/compile.am include $(top_srcdir)/../../../automake/lib.am +bsplib_DATA = $(PGMS) + TMPINSTALL_FILES += \ $(C_FILES:%.c=$(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel) -- cgit v1.2.3