aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Makefile.am
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2013-01-13 11:34:30 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2013-01-13 11:34:30 (GMT)
commiteb725c5c2dad513d12c08bba9a68ea640af5e355 (patch)
treed82147bc991a13ac816d6293b3dedcd9083b66e8 /src/FbTk/Makefile.am
parent8143b86fece2d9be45113db8a1781231ac67c2a2 (diff)
downloadfluxbox-eb725c5c2dad513d12c08bba9a68ea640af5e355.zip
fluxbox-eb725c5c2dad513d12c08bba9a68ea640af5e355.tar.bz2
Use the same lookup-tables for solid and gradient textures
Diffstat (limited to 'src/FbTk/Makefile.am')
-rw-r--r--src/FbTk/Makefile.am4
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
15imlib2_SOURCE= ImageImlib2.hh ImageImlib2.cc 15imlib2_SOURCE= ImageImlib2.hh ImageImlib2.cc
16endif 16endif
17 17
18libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ 18libFbTk_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 \