summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2018-05-05 13:03:36 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2018-05-05 13:03:36 +0200
commitd28efb1a504ffbc7ba151a497c20f3063a06077a (patch)
tree7e9176391f8b995390bc4f3489267a02f2af5ebc /src/Makefile.am
parent53905b78f479d8d9d42a8bd6336314031814e52a (diff)
Move handling of settings and locale to their own classes.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 266bc79..5ce2a58 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -24,12 +24,14 @@ dgedit_SOURCES = \
canvaswidget.cc \
filelist.cc \
itemeditor.cc \
+ localehandler.cc \
mainwindow.cc \
mipmap.cc \
player.cc \
samplesorter.cc \
selection.cc \
selectioneditor.cc \
+ settings.cc \
volumefader.cc \
zoomslider.cc
@@ -43,6 +45,7 @@ EXTRA_DIST = \
canvaswidget.h \
filelist.h \
itemeditor.h \
+ localehandler.h \
mainwindow.h \
mipmap.h \
player.h \
@@ -50,6 +53,7 @@ EXTRA_DIST = \
selection.h \
selectioneditor.h \
sleep.h \
+ settings.h \
volumefader.h \
zoomslider.h \
dgedit.qrc