Skip to content

Commit d55c68f

Browse files
committed
Change libnms.h to nms.h
modified: Makefile modified: src/libnms.c renamed: src/libnms.h -> src/nms.h
1 parent d636c77 commit d55c68f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ LIB=lib
1717
CC ?= gcc
1818
CFLAGS ?= -Wextra -Wall -iquote$(SRC) -fpic
1919

20-
HEADERS = libnms.h
20+
HEADERS = nms.h
2121
LIBRARIES = libnms.so
2222

2323
.PHONY: all install uninstall clean

src/libnms.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <time.h>
2727
#include <locale.h>
2828
#include <wchar.h>
29-
#include "libnms.h"
29+
#include "nms.h"
3030

3131
// Color identifiers
3232
#define COLOR_BLACK 0
File renamed without changes.

0 commit comments

Comments
 (0)