diff Makefile.gen @ 246:43a5e09bb832

Split some utility functions to util.{h,cpp}
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 08 May 2018 13:14:29 +0300
parents 3d3ba5759cac
children daaad6ad8212
line wrap: on
line diff
--- a/Makefile.gen	Tue May 08 00:44:17 2018 +0300
+++ b/Makefile.gen	Tue May 08 13:14:29 2018 +0300
@@ -29,6 +29,7 @@
 
 APP_HDRS=\
 	src/main.h \
+	src/util.h \
 	src/ui_viewtransactions.h \
 	src/ui_mainwindow.h \
 	src/ui_editperson.h \
@@ -36,6 +37,7 @@
 
 APP_OBJS=\
 	main.o \
+	util.o \
 	editperson.o \
 	viewtransactions.o \
 	aboutwindow.o \