diff options
author | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-01 18:18:59 (GMT) |
---|---|---|
committer | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-01 18:18:59 (GMT) |
commit | 8fb1722389ff0338b9eb8a152a1f354163f73b17 (patch) | |
tree | bb904210abb87191b28921c2b1efb46b36de8d03 /src/Makefile.am | |
parent | 696f63fd64c2acb7a6fdeb61186adfa3c04e8662 (diff) | |
download | fluxbox-8fb1722389ff0338b9eb8a152a1f354163f73b17.zip fluxbox-8fb1722389ff0338b9eb8a152a1f354163f73b17.tar.bz2 |
included some missing files in distribution
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 | ||