diff options
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | src/FbTk/Makefile.am | 2 | ||||
-rw-r--r-- | src/Makefile.am | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index afc6040..d440140 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am | |||
@@ -6,7 +6,7 @@ CLEANFILES = fluxbox.1 fluxstyle.1 | |||
6 | MAINTAINERCLEANFILES = Makefile.in | 6 | MAINTAINERCLEANFILES = Makefile.in |
7 | man_MANS = fluxbox.1 fbsetroot.1 fbrun.1 fbsetbg.1 \ | 7 | man_MANS = fluxbox.1 fbsetroot.1 fbrun.1 fbsetbg.1 \ |
8 | startfluxbox.1 fluxstyle.1 fbrun.1 fluxbox-keys.5 fluxbox-remote.1 | 8 | startfluxbox.1 fluxstyle.1 fbrun.1 fluxbox-keys.5 fluxbox-remote.1 |
9 | EXTRA_DIST=fluxbox.1.in fbsetroot.1 fbrun.1 startfluxbox.1 fbsetbg.1 \ | 9 | EXTRA_DIST=fluxbox.1.in fbsetroot.1 fbrun.1 fluxbox-keys.5 fluxbox-remote.1 startfluxbox.1 fbsetbg.1 \ |
10 | fluxstyle.1.in CODESTYLE | 10 | fluxstyle.1.in CODESTYLE |
11 | distclean-local: | 11 | distclean-local: |
12 | rm -f *\~ | 12 | rm -f *\~ |
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 | ||