diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4d7a561..57f2304 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -47,16 +47,19 @@ if GNOME | |||
47 | gnome_SOURCE= Gnome.hh Gnome.cc | 47 | gnome_SOURCE= Gnome.hh Gnome.cc |
48 | endif | 48 | endif |
49 | 49 | ||
50 | fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc BaseDisplay.cc BaseDisplay.hh \ | 50 | fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ |
51 | BaseDisplay.cc BaseDisplay.hh \ | ||
51 | BoolMenuItem.hh \ | 52 | BoolMenuItem.hh \ |
52 | DirHelper.hh DirHelper.cc DrawUtil.cc DrawUtil.hh ${newwmspec_SOURCE} \ | 53 | DirHelper.hh DirHelper.cc DrawUtil.cc DrawUtil.hh ${newwmspec_SOURCE} \ |
53 | FbAtoms.hh FbAtoms.cc FbWinFrame.hh FbWinFrame.cc FbWinFrameTheme.hh FbWinFrameTheme.cc \ | 54 | FbAtoms.hh FbAtoms.cc FbWinFrame.hh FbWinFrame.cc \ |
55 | FbWinFrameTheme.hh FbWinFrameTheme.cc \ | ||
54 | fluxbox.cc fluxbox.hh ${gnome_SOURCE} \ | 56 | fluxbox.cc fluxbox.hh ${gnome_SOURCE} \ |
55 | IconBar.cc IconBar.hh \ | 57 | IconBar.cc IconBar.hh \ |
56 | i18n.cc i18n.hh \ | 58 | i18n.cc i18n.hh \ |
57 | Keys.cc Keys.hh main.cc \ | 59 | Keys.cc Keys.hh main.cc \ |
58 | Netizen.cc Netizen.hh nl_types_cygnus.h \ | 60 | Netizen.cc Netizen.hh nl_types_cygnus.h \ |
59 | Resource.hh Resource.cc \ | 61 | Resource.hh Resource.cc \ |
62 | RootTheme.hh RootTheme.cc \ | ||
60 | Screen.cc Screen.hh \ | 63 | Screen.cc Screen.hh \ |
61 | Slit.cc Slit.hh StringUtil.cc StringUtil.hh \ | 64 | Slit.cc Slit.hh StringUtil.cc StringUtil.hh \ |
62 | TextButton.hh TextButton.cc \ | 65 | TextButton.hh TextButton.cc \ |
@@ -68,4 +71,5 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc BaseDisplay.cc Ba | |||
68 | Workspace.cc Workspace.hh \ | 71 | Workspace.cc Workspace.hh \ |
69 | XrmDatabaseHelper.hh FbCommands.hh FbCommands.cc LayerMenu.hh \ | 72 | XrmDatabaseHelper.hh FbCommands.hh FbCommands.cc LayerMenu.hh \ |
70 | IntResMenuItem.hh IntResMenuItem.cc FbMenu.hh WinClient.hh WinClient.cc | 73 | IntResMenuItem.hh IntResMenuItem.cc FbMenu.hh WinClient.hh WinClient.cc |
74 | |||
71 | LDADD=FbTk/libFbTk.a | 75 | LDADD=FbTk/libFbTk.a |