diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index df5fccd..0555049 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,6 +26,10 @@ mate_calc_SOURCES = \ math-buttons.h \ math-converter.c \ math-converter.h \ + math-history.c \ + math-history.h \ + math-history-entry.c \ + math-history-entry.h \ math-display.c \ math-display.h \ math-equation.c \ @@ -194,6 +198,7 @@ EXTRA_DIST = \ mp-enums.c.template \ mp-enums.h.template \ org.mate.calculator.gresource.xml \ + history-entry.ui \ preferences.ui DISTCLEANFILES = \ |