aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-27 19:54:15 +0100
committerMattias Andrée <m@maandree.se>2025-03-27 19:54:15 +0100
commit92f400215ebb28d9a4cc97095d9c4d1a57f7092f (patch)
tree221114f48bc2676ca2cee171dcd6aa01b478fe02 /Makefile
parentAdd tests and some fixes (diff)
downloadlibgeome-92f400215ebb28d9a4cc97095d9c4d1a57f7092f.tar.gz
libgeome-92f400215ebb28d9a4cc97095d9c4d1a57f7092f.tar.bz2
libgeome-92f400215ebb28d9a4cc97095d9c4d1a57f7092f.tar.xz
Add patterns for commands (breaks backwards compatbility because libgeome_get_from_netservice was inlined) + add libgeome_get_portability
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e5926ac..f86cb27 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ OS = linux
include mk/$(OS).mk
-LIB_MAJOR = 1
+LIB_MAJOR = 2
LIB_MINOR = 0
LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR)
LIB_NAME = geome
@@ -19,10 +19,13 @@ LIB_NAME = geome
OBJ =\
libgeome_netservices.o\
libgeome_basic_context.o\
+ libgeome_get_portability.o\
libgeome_get_from_time.o\
libgeome_get_from_timezone.o\
libgeome_get_from_file.o\
libgeome_get_from_command.o\
+ libgeome_get_from_patterned_command.o\
+ libgeome_get_from_netservice.o\
util.o
HDR =\