diff options
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d4f321c..d216c60 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -51,7 +51,6 @@ REMEMBER_SOURCE= Remember.hh Remember.cc | |||
51 | endif | 51 | endif |
52 | 52 | ||
53 | fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | 53 | fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ |
54 | BaseDisplay.cc BaseDisplay.hh \ | ||
55 | BoolMenuItem.hh \ | 54 | BoolMenuItem.hh \ |
56 | DirHelper.hh DirHelper.cc ${newwmspec_SOURCE} \ | 55 | DirHelper.hh DirHelper.cc ${newwmspec_SOURCE} \ |
57 | FbAtoms.hh FbAtoms.cc FbWinFrame.hh FbWinFrame.cc \ | 56 | FbAtoms.hh FbAtoms.cc FbWinFrame.hh FbWinFrame.cc \ |
@@ -64,6 +63,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
64 | Resource.hh Resource.cc \ | 63 | Resource.hh Resource.cc \ |
65 | RootTheme.hh RootTheme.cc \ | 64 | RootTheme.hh RootTheme.cc \ |
66 | Screen.cc Screen.hh \ | 65 | Screen.cc Screen.hh \ |
66 | ScreenInfo.hh ScreenInfo.cc \ | ||
67 | Slit.cc Slit.hh \ | 67 | Slit.cc Slit.hh \ |
68 | TextButton.hh TextButton.cc \ | 68 | TextButton.hh TextButton.cc \ |
69 | Toolbar.cc Toolbar.hh \ | 69 | Toolbar.cc Toolbar.hh \ |