summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authormbkma <[email protected]>2026-03-14 16:15:40 +0100
committermbkma <[email protected]>2026-04-19 11:21:23 +0200
commitefbbbf92577e3815ed0125dbd10abc972a643b31 (patch)
tree2245ca9d86dcc6628ad5e9fae1fe80b8ce6a1dd9 /src/Makefile.am
parentb8126bfc033da43ad332e62f1c4ff6ec2662998e (diff)
downloadmate-calc-efbbbf92577e3815ed0125dbd10abc972a643b31.tar.bz2
mate-calc-efbbbf92577e3815ed0125dbd10abc972a643b31.tar.xz
feat: use GtkApplication
Convert mate-calc to GtkApplication.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \