From 34fb292c06c260815eb05718c56b2d854ee77ca8 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Fri, 22 Aug 2003 22:38:51 +0000 Subject: added Image, PixmapWithMask and ImageXPM files --- src/FbTk/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) 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 if MULTIBYTE xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc endif +if XPM +xpm_SOURCE= ImageXPM.hh ImageXPM.cc +endif libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ Directory.hh Directory.cc \ @@ -31,5 +34,8 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ FbPixmap.hh FbPixmap.cc \ FbDrawable.hh FbDrawable.cc \ XrmDatabaseHelper.hh \ + Image.hh Image.cc \ + PixmapWithMask.hh \ + ${xpm_SOURCE} \ ${xft_SOURCE} \ ${xmb_SOURCE} -- cgit v0.11.2