From efbbbf92577e3815ed0125dbd10abc972a643b31 Mon Sep 17 00:00:00 2001 From: mbkma Date: Sat, 14 Mar 2026 16:15:40 +0100 Subject: feat: use GtkApplication Convert mate-calc to GtkApplication. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 4ef161a..5a5ea4c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,6 +16,8 @@ nodist_mate_calc_SOURCES= $(BUILT_SOURCES) mate_calc_SOURCES = \ mate-calc.c \ + mate-calc-application.c \ + mate-calc-application.h \ currency.c \ currency.h \ currency-manager.c \ -- cgit v1.2.1