[Pkg-electronics-commits] [gnucap] 01/08: remove lib prefix from plugin name

felix salfelder felix-guest at moszumanska.debian.org
Sat Feb 6 23:44:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

felix-guest pushed a commit to branch wip
in repository gnucap.

commit a1c14c2cc640b4aba52a570fb1068a404959c054
Author: Felix Salfelder <felix at salfelder.org>
Date:   Tue Feb 2 22:16:43 2016 +0100

    remove lib prefix from plugin name
---
 apps/Make1   | 2 +-
 include/md.h | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/apps/Make1 b/apps/Make1
index 7a05dc5..c5d6a53 100644
--- a/apps/Make1
+++ b/apps/Make1
@@ -19,7 +19,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # 02110-1301, USA.
 #------------------------------------------------------------------------
-TARGET = libgnucap-default-plugins
+TARGET = gnucap-default-plugins
 #------------------------------------------------------------------------
 INSTALL_FILES = $(TARGET)$(TARGET_EXT)
 #------------------------------------------------------------------------
diff --git a/include/md.h b/include/md.h
index 53645ac..49d9808 100644
--- a/include/md.h
+++ b/include/md.h
@@ -77,7 +77,7 @@ enum {
 #if defined(__WIN32__)
 #define	ENDDIR		"/\\"
 #define PATHSEP		';'
-#define DEFAULT_PLUGINS "libgnucap-default-plugins.dll"
+#define DEFAULT_PLUGINS "gnucap-default-plugins.dll"
 #define SYSTEMSTARTFILE	"gnucap.rc"
 #define SYSTEMSTARTPATH	OS::getenv("PATH")
 #define USERSTARTFILE	"gnucap.rc"
@@ -88,7 +88,7 @@ enum {
 #else
 #define	ENDDIR		"/"
 #define PATHSEP		':'
-#define DEFAULT_PLUGINS "libgnucap-default-plugins.so"
+#define DEFAULT_PLUGINS "gnucap-default-plugins.so"
 #define SYSTEMSTARTFILE	"gnucap.rc"
 #define SYSTEMSTARTPATH	OS::getenv("PATH")
 #define USERSTARTFILE	".gnucaprc"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gnucap.git



More information about the Pkg-electronics-commits mailing list