]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
Move version and library name to the beginning of the file
authorGuillem Jover <guillem@hadrons.org>
Wed, 9 Jul 2008 04:23:49 +0000 (07:23 +0300)
committerGuillem Jover <guillem@hadrons.org>
Wed, 9 Jul 2008 04:23:49 +0000 (07:23 +0300)
Makefile

index e869dd47608707f84c83708937a3da0573f79ecc..db853d8452567d2594deaa14505d8b9db2dfc19c 100644 (file)
--- a/Makefile
+++ b/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