Browse Source

plugins: dbs and klish plugins use '-' in filenames

Serj Kalichev 2 years ago
parent
commit
0519fd2339
3 changed files with 3 additions and 3 deletions
  1. 1 1
      klish/kdb.h
  2. 1 1
      klish/kplugin.h
  3. 1 1
      plugins/klish/Makefile.am

+ 1 - 1
klish/kdb.h

@@ -20,7 +20,7 @@
 // instead "%s". Consider db ID as an "internal native name". The "name"
 // field can differ from ID and it's just used within scheme to refer db.
 // Consider it as alias of ID.
-#define KDB_SONAME_FMT "kdb_%s.so"
+#define KDB_SONAME_FMT "kdb-%s.so"
 
 // db's API version symbols
 // One byte (uint8_t) for major and one byte for minor numbers

+ 1 - 1
klish/kplugin.h

@@ -21,7 +21,7 @@
 // instead "%s". Consider plugin ID as an "internal native name". The "name"
 // field can differ from ID and it's just used within scheme to refer plugin.
 // Consider it as alias of ID.
-#define KPLUGIN_SONAME_FMT "kplugin_%s.so"
+#define KPLUGIN_SONAME_FMT "kplugin-%s.so"
 
 // Plugin's API version symbols
 #define KPLUGIN_MAJOR_FMT "kplugin_%s_major"

+ 1 - 1
plugins/klish/Makefile.am

@@ -1,4 +1,4 @@
-plugin_LTLIBRARIES += kplugin_klish.la
+plugin_LTLIBRARIES += kplugin-klish.la
 kplugin_klish_la_SOURCES =
 kplugin_klish_la_LDFLAGS = $(AM_LDFLAGS) -avoid-version -module
 kplugin_klish_la_LIBS =