From 7d45ed74cc596e658b460ff08612dd60170b012b Mon Sep 17 00:00:00 2001 From: Danny Auble <da@llnl.gov> Date: Thu, 1 Apr 2010 16:21:28 +0000 Subject: [PATCH] fix to export correct symbols --- src/db_api/Makefile.am | 1 + src/db_api/Makefile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/src/db_api/Makefile.am b/src/db_api/Makefile.am index f26aedbe847..44532bd1a08 100644 --- a/src/db_api/Makefile.am +++ b/src/db_api/Makefile.am @@ -75,6 +75,7 @@ $(libslurmdb_la_LIBADD) : force $(VERSION_SCRIPT) : (echo "{ global:"; \ + echo " slurm_*;"; \ echo " slurmdb_*;"; \ echo " local: *;"; \ echo "};") > $(VERSION_SCRIPT) diff --git a/src/db_api/Makefile.in b/src/db_api/Makefile.in index 6c89bb4b5dc..707fa9c9f96 100644 --- a/src/db_api/Makefile.in +++ b/src/db_api/Makefile.in @@ -720,6 +720,7 @@ $(libslurmdb_la_LIBADD) : force $(VERSION_SCRIPT) : (echo "{ global:"; \ + echo " slurm_*;"; \ echo " slurmdb_*;"; \ echo " local: *;"; \ echo "};") > $(VERSION_SCRIPT) -- GitLab