mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 19:27:42 +01:00
Move version and library name to the beginning of the file
This commit is contained in:
parent
1512d0d4ab
commit
fc163cee2f
8
Makefile
8
Makefile
@ -2,6 +2,10 @@
|
||||
# libbsd
|
||||
#
|
||||
|
||||
LIB_NAME = libbsd
|
||||
LIB_VERSION_MAJOR = 0
|
||||
LIB_VERSION_MINOR = 0
|
||||
|
||||
LIB_SRCS := arc4random.c bsd_getopt.c err.c fgetln.c heapsort.c \
|
||||
humanize_number.c inet_net_pton.c \
|
||||
hash/md5.c hash/md5hl.c \
|
||||
@ -21,10 +25,6 @@ LIB_MANS := $(patsubst %,man/%,$(LIB_MANS))
|
||||
LIB_STATIC_OBJS = $(LIB_SRCS:%.c=%.o)
|
||||
LIB_SHARED_OBJS = $(LIB_SRCS:%.c=%.lo)
|
||||
|
||||
LIB_NAME = libbsd
|
||||
LIB_VERSION_MAJOR = 0
|
||||
LIB_VERSION_MINOR = 0
|
||||
|
||||
LIB_STATIC = $(LIB_NAME).a
|
||||
|
||||
LIB_SHARED_SO = $(LIB_NAME).so
|
||||
|
Loading…
Reference in New Issue
Block a user