diff options
author | fluxgen <fluxgen> | 2003-04-28 22:39:12 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-04-28 22:39:12 (GMT) |
commit | a61595347703bc21f8edefa7ca9c9d0453fef8f8 (patch) | |
tree | 2c2c70e86c06106107c34907721b0fdeb015f190 /src/Makefile.am | |
parent | 64469e79828b38689a3d973fe2348b61b3efe423 (diff) | |
download | fluxbox_paul-a61595347703bc21f8edefa7ca9c9d0453fef8f8.zip fluxbox_paul-a61595347703bc21f8edefa7ca9c9d0453fef8f8.tar.bz2 |
added WinButtonTheme
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 75610c0..a70b621 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -67,6 +67,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
67 | ToolbarHandler.cc ToolbarHandler.hh \ | 67 | ToolbarHandler.cc ToolbarHandler.hh \ |
68 | ToolbarTheme.hh ToolbarTheme.cc \ | 68 | ToolbarTheme.hh ToolbarTheme.cc \ |
69 | WinButton.hh WinButton.cc \ | 69 | WinButton.hh WinButton.cc \ |
70 | WinButtonTheme.hh WinButtonTheme.cc \ | ||
70 | Window.cc Window.hh \ | 71 | Window.cc Window.hh \ |
71 | Workspace.cc Workspace.hh \ | 72 | Workspace.cc Workspace.hh \ |
72 | XrmDatabaseHelper.hh FbCommands.hh FbCommands.cc LayerMenu.hh \ | 73 | XrmDatabaseHelper.hh FbCommands.hh FbCommands.cc LayerMenu.hh \ |