libhamlib-backend.so.x.y.z -> hamlib-backend.so

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1246 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.4
Stéphane Fillod, F8CFE 2002-11-04 22:27:49 +00:00
rodzic 789e684236
commit fb037ddf51
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Interface - provides registering for dynamically loadable backends.
* Copyright (c) 2000,2001,2002 by Stephane Fillod
*
* $Id: register.c,v 1.16 2002-02-26 21:23:45 fillods Exp $
* $Id: register.c,v 1.17 2002-11-04 22:27:49 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -266,7 +266,7 @@ int rig_load_backend(const char *be_name)
# define PREFIX "cyghamlib-"
# define POSTFIX ".dll"
#else
# define PREFIX "libhamlib-"
# define PREFIX "hamlib-"
# define POSTFIX ".la"
#endif

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Interface - provides registering for dynamically loadable backends.
* Copyright (c) 2000,2001,2002 by Stephane Fillod
*
* $Id: rot_reg.c,v 1.4 2002-02-26 21:23:45 fillods Exp $
* $Id: rot_reg.c,v 1.5 2002-11-04 22:27:49 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -266,7 +266,7 @@ int rot_load_backend(const char *be_name)
# define PREFIX "cyghamlib-"
# define POSTFIX ".dll"
#else
# define PREFIX "libhamlib-"
# define PREFIX "hamlib-"
# define POSTFIX ".la"
#endif