diff options
Diffstat (limited to 'src/FbTk/Makefile.am')
-rw-r--r-- | src/FbTk/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am index 298b8c5..d54eaae 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -15,7 +15,9 @@ if IMLIB2 | |||
15 | imlib2_SOURCE= ImageImlib2.hh ImageImlib2.cc | 15 | imlib2_SOURCE= ImageImlib2.hh ImageImlib2.cc |
16 | endif | 16 | endif |
17 | 17 | ||
18 | libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | 18 | libFbTk_a_SOURCES = App.hh App.cc \ |
19 | Color.cc Color.hh Command.hh \ | ||
20 | ColorLUT.cc ColorLUT.hh \ | ||
19 | Accessor.hh DefaultValue.hh \ | 21 | Accessor.hh DefaultValue.hh \ |
20 | FileUtil.hh FileUtil.cc \ | 22 | FileUtil.hh FileUtil.cc \ |
21 | EventHandler.hh EventManager.hh EventManager.cc \ | 23 | EventHandler.hh EventManager.hh EventManager.cc \ |