Adapted to ACL master
authorArjen Baart <arjen@andromeda.nl>
Thu, 7 Jan 2021 06:21:37 +0000 (07:21 +0100)
committerArjen Baart <arjen@andromeda.nl>
Thu, 7 Jan 2021 06:21:37 +0000 (07:21 +0100)
account.h
bank.cpp
makefile

index cebb5ff..bbd8ff4 100644 (file)
--- a/account.h
+++ b/account.h
@@ -1,6 +1,6 @@
 
-#include <AXE/String.h>
-#include <AXE/date.h>
+#include <String.h>
+#include <date.h>
 
 #include "postscript.h"
 
index 793d0b3..b629a4c 100644 (file)
--- a/bank.cpp
+++ b/bank.cpp
@@ -14,8 +14,8 @@
 
 #include <fstream>
 #include <vector>
-#include <AXE/String.h>
-#include <AXE/date.h>
+#include <String.h>
+#include <date.h>
 #include <getopt.h>
 
 class BankTemplate
index cdb8d2b..8df5188 100644 (file)
--- a/makefile
+++ b/makefile
@@ -4,7 +4,7 @@ CPPFLAGS = -Wall
 OBJS = account_main.o account.o postscript.o
 SRCS = account_main.cpp account.cpp postscript.cpp
 
-LIBS = -lAXE -L/usr/X11R6/lib -lX11 -lps
+LIBS = -lACL -L/usr/X11R6/lib -lX11 -lps
 
 all      : account bank loan