renamed sml.* to sml_file.*
This commit is contained in:
parent
d60f570f0d
commit
5382659bf5
5 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <sml/sml.h>
|
||||
#include <sml/sml_file.h>
|
||||
#include <sml/sml_transport.h>
|
||||
|
||||
void transport_receiver(unsigned char *buffer, size_t buffer_len) {
|
||||
|
|
|
@ -9,7 +9,7 @@ DYN_LIB=$(LIB_DIR)/libsml.so
|
|||
ST_LIB=$(LIB_DIR)/libsml.a
|
||||
|
||||
OBJS = \
|
||||
src/sml.o \
|
||||
src/sml_file.o \
|
||||
src/sml_attention_response.o \
|
||||
src/sml_transport.o \
|
||||
src/sml_octet_string.o \
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#define _SML_TRANSPORT_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <sml/sml.h>
|
||||
#include <sml/sml_file.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
// along with libSML. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
#include <sml/sml.h>
|
||||
#include <sml/sml_file.h>
|
||||
#include <sml/sml_shared.h>
|
||||
#include <sml/sml_message.h>
|
||||
#include <sml/sml_number.h>
|
Loading…
Add table
Reference in a new issue