diff options
Diffstat (limited to 'src/FbTk/Makefile.am')
-rw-r--r-- | src/FbTk/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am index be9b3ef..47ed58f 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -11,6 +11,9 @@ endif | |||
11 | if XPM | 11 | if XPM |
12 | xpm_SOURCE= ImageXPM.hh ImageXPM.cc | 12 | xpm_SOURCE= ImageXPM.hh ImageXPM.cc |
13 | endif | 13 | endif |
14 | if IMLIB2 | ||
15 | imlib2_SOURCE= ImageImlib2.hh ImageImlib2.cc | ||
16 | endif | ||
14 | 17 | ||
15 | libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | 18 | libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ |
16 | FileUtil.hh FileUtil.cc \ | 19 | FileUtil.hh FileUtil.cc \ |
@@ -48,4 +51,5 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | |||
48 | MenuIcon.hh MenuIcon.cc \ | 51 | MenuIcon.hh MenuIcon.cc \ |
49 | ${xpm_SOURCE} \ | 52 | ${xpm_SOURCE} \ |
50 | ${xft_SOURCE} \ | 53 | ${xft_SOURCE} \ |
51 | ${xmb_SOURCE} | 54 | ${xmb_SOURCE} \ |
55 | ${imlib2_SOURCE} | ||