diff options
Diffstat (limited to 'src/FbTk/Makefile.am')
-rw-r--r-- | src/FbTk/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am index e1561cb..6de4cc2 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -6,6 +6,9 @@ endif | |||
6 | if MULTIBYTE | 6 | if MULTIBYTE |
7 | xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc | 7 | xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc |
8 | endif | 8 | endif |
9 | if XPM | ||
10 | xpm_SOURCE= ImageXPM.hh ImageXPM.cc | ||
11 | endif | ||
9 | 12 | ||
10 | libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | 13 | libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ |
11 | Directory.hh Directory.cc \ | 14 | Directory.hh Directory.cc \ |
@@ -31,5 +34,8 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | |||
31 | FbPixmap.hh FbPixmap.cc \ | 34 | FbPixmap.hh FbPixmap.cc \ |
32 | FbDrawable.hh FbDrawable.cc \ | 35 | FbDrawable.hh FbDrawable.cc \ |
33 | XrmDatabaseHelper.hh \ | 36 | XrmDatabaseHelper.hh \ |
37 | Image.hh Image.cc \ | ||
38 | PixmapWithMask.hh \ | ||
39 | ${xpm_SOURCE} \ | ||
34 | ${xft_SOURCE} \ | 40 | ${xft_SOURCE} \ |
35 | ${xmb_SOURCE} | 41 | ${xmb_SOURCE} |