aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenrik Kinnunen <fluxgen@fluxbox.org>2008-09-01 18:18:59 (GMT)
committerHenrik Kinnunen <fluxgen@fluxbox.org>2008-09-01 18:18:59 (GMT)
commit8fb1722389ff0338b9eb8a152a1f354163f73b17 (patch)
treebb904210abb87191b28921c2b1efb46b36de8d03 /src
parent696f63fd64c2acb7a6fdeb61186adfa3c04e8662 (diff)
downloadfluxbox_pavel-8fb1722389ff0338b9eb8a152a1f354163f73b17.zip
fluxbox_pavel-8fb1722389ff0338b9eb8a152a1f354163f73b17.tar.bz2
included some missing files in distribution
Diffstat (limited to 'src')
-rw-r--r--src/FbTk/Makefile.am2
-rw-r--r--src/Makefile.am1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am
index ad5a048..0033ab9 100644
--- a/src/FbTk/Makefile.am
+++ b/src/FbTk/Makefile.am
@@ -21,6 +21,8 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \
21 EventHandler.hh EventManager.hh EventManager.cc \ 21 EventHandler.hh EventManager.hh EventManager.cc \
22 FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \ 22 FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \
23 I18n.cc I18n.hh \ 23 I18n.cc I18n.hh \
24 CommandParser.hh \
25 RadioMenuItem.hh \
24 ImageControl.hh ImageControl.cc \ 26 ImageControl.hh ImageControl.cc \
25 LogicCommands.hh LogicCommands.cc \ 27 LogicCommands.hh LogicCommands.cc \
26 MacroCommand.hh MacroCommand.cc \ 28 MacroCommand.hh MacroCommand.cc \
diff --git a/src/Makefile.am b/src/Makefile.am
index 98d2129..ce591d5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -150,6 +150,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \
150 IconButton.hh IconButton.cc \ 150 IconButton.hh IconButton.cc \
151 IconbarTheme.hh IconbarTheme.cc \ 151 IconbarTheme.hh IconbarTheme.cc \
152 Focusable.hh FocusableList.hh FocusableList.cc FocusableTheme.hh \ 152 Focusable.hh FocusableList.hh FocusableList.cc FocusableTheme.hh \
153 WindowMenuAccessor.hh \
153 ${newwmspec_SOURCE} ${gnome_SOURCE} \ 154 ${newwmspec_SOURCE} ${gnome_SOURCE} \
154 ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE} 155 ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE}
155 156