From b90a620c0d1fa9e797903fa7c9f80ebea150029c Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Fri, 23 Apr 2004 22:12:38 +0000
Subject: [PATCH] Remove libslurm.sym references per Mark.

---
 src/api/Makefile.am | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/src/api/Makefile.am b/src/api/Makefile.am
index 688b7d6f2e3..5c05640b0eb 100644
--- a/src/api/Makefile.am
+++ b/src/api/Makefile.am
@@ -60,16 +60,7 @@ libslurm_la_LDFLAGS        = \
 	-version-info $(current):$(rev):$(age) \
 	$(OTHER_FLAGS)
 
-libslurm_la_DEPENDENCIES   = libslurm.sym $(common_dir)/libcommon.la
-
-# WARNING: on AIX   "$*" is set, but "$<" is not
-#          on Linux "$<" is set, but "$*" is not
-#          we put both in to make it build in both places
-libslurm.sym : $(top_builddir)/slurm/slurm.h 
-	sed -n 's/^extern.* \(slurm[a-zA-Z0-9_]*\).*$$/\1/p' $< $* >libslurm.sym
-
-distclean-local: 
-	-rm libslurm.sym
+libslurm_la_DEPENDENCIES   = $(common_dir)/libcommon.la
 
 force:
 $(libslurm_la_LIBADD) : force
@@ -77,6 +68,7 @@ $(libslurm_la_LIBADD) : force
 
 $(VERSION_SCRIPT) :
 	(echo "{ global:";   \
+	 echo "   BNR_*;";   \
 	 echo "   slurm_*;"; \
 	 echo "  local: *;"; \
 	 echo "};") > $(VERSION_SCRIPT)
-- 
GitLab