From: Arjen Baart Date: Thu, 7 Jan 2021 06:21:37 +0000 (+0100) Subject: Adapted to ACL X-Git-Url: http://www.andromeda.nl/gitweb/?p=account.git;a=commitdiff_plain Adapted to ACL --- 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