diff options
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d2e871e..dcd8880 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -52,7 +52,7 @@ endif | |||
52 | 52 | ||
53 | fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | 53 | fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ |
54 | BoolMenuItem.hh \ | 54 | BoolMenuItem.hh \ |
55 | DirHelper.hh DirHelper.cc ${newwmspec_SOURCE} \ | 55 | ${newwmspec_SOURCE} \ |
56 | FbAtoms.hh FbAtoms.cc FbWinFrame.hh FbWinFrame.cc \ | 56 | FbAtoms.hh FbAtoms.cc FbWinFrame.hh FbWinFrame.cc \ |
57 | FbWinFrameTheme.hh FbWinFrameTheme.cc \ | 57 | FbWinFrameTheme.hh FbWinFrameTheme.cc \ |
58 | fluxbox.cc fluxbox.hh ${gnome_SOURCE} \ | 58 | fluxbox.cc fluxbox.hh ${gnome_SOURCE} \ |
@@ -60,7 +60,6 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
60 | i18n.cc i18n.hh \ | 60 | i18n.cc i18n.hh \ |
61 | Keys.cc Keys.hh main.cc \ | 61 | Keys.cc Keys.hh main.cc \ |
62 | Netizen.cc Netizen.hh \ | 62 | Netizen.cc Netizen.hh \ |
63 | Resource.hh Resource.cc \ | ||
64 | RootTheme.hh RootTheme.cc \ | 63 | RootTheme.hh RootTheme.cc \ |
65 | FbRootWindow.hh FbRootWindow.cc \ | 64 | FbRootWindow.hh FbRootWindow.cc \ |
66 | Screen.cc Screen.hh \ | 65 | Screen.cc Screen.hh \ |
@@ -73,7 +72,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
73 | WinButtonTheme.hh WinButtonTheme.cc \ | 72 | WinButtonTheme.hh WinButtonTheme.cc \ |
74 | Window.cc Window.hh \ | 73 | Window.cc Window.hh \ |
75 | Workspace.cc Workspace.hh \ | 74 | Workspace.cc Workspace.hh \ |
76 | XrmDatabaseHelper.hh FbCommands.hh FbCommands.cc LayerMenu.hh \ | 75 | FbCommands.hh FbCommands.cc LayerMenu.hh \ |
77 | IntResMenuItem.hh IntResMenuItem.cc FbMenu.hh \ | 76 | IntResMenuItem.hh IntResMenuItem.cc FbMenu.hh \ |
78 | WinClient.hh WinClient.cc \ | 77 | WinClient.hh WinClient.cc \ |
79 | ${REMEMBER_SOURCE} | 78 | ${REMEMBER_SOURCE} |