From bc68e13d56821c5a29bcb50ed717a7034721d5b3 Mon Sep 17 00:00:00 2001 From: Arjen Baart Date: Thu, 7 Jan 2021 07:21:37 +0100 Subject: [PATCH] Adapted to ACL --- account.h | 4 ++-- bank.cpp | 4 ++-- makefile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/account.h b/account.h index cebb5ff..bbd8ff4 100644 --- a/account.h +++ b/account.h @@ -1,6 +1,6 @@ -#include -#include +#include +#include #include "postscript.h" diff --git a/bank.cpp b/bank.cpp index 793d0b3..b629a4c 100644 --- a/bank.cpp +++ b/bank.cpp @@ -14,8 +14,8 @@ #include #include -#include -#include +#include +#include #include class BankTemplate diff --git a/makefile b/makefile index cdb8d2b..8df5188 100644 --- 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 -- 2.11.0