diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-31 22:11:07 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-31 22:11:07 +0200 |
commit | 19691923340e5984e3ace837d39938f718fee608 (patch) | |
tree | 85dd4ddab8e9c9b5632a92710dc36441a0fc7f6b /src/Makefile.am | |
parent | 2e4175d84cc0ca765fdc0b03bf5c8420deeec268 (diff) |
Removed the last Conf:: namespace usage and replaced it with Settings.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a1b1615..9dd6c29 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,7 +13,6 @@ EXTRA_DIST = \ channelmixer.h \ chresampler.h \ configfile.h \ - configuration.h \ configparser.h \ cpp11fix.h \ drumgizmo.h \ @@ -54,7 +53,6 @@ EXTRA_DIST = \ channelmixer.cc \ chresampler.cc \ configfile.cc \ - configuration.cc \ configparser.cc \ drumgizmo.cc \ drumkit.cc \ |