diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-28 06:52:48 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-28 06:52:48 (GMT) |
commit | 62bcfaf0e4fd7d77873343d880fc526ec58cdaa6 (patch) | |
tree | b9433c7f8e0aaa5d6e9ce40e7f5257d81136815f /src/Makefile.am | |
parent | 0ec165e85b313588d43dbdc2450da9838c4c528f (diff) | |
download | fluxbox-62bcfaf0e4fd7d77873343d880fc526ec58cdaa6.zip fluxbox-62bcfaf0e4fd7d77873343d880fc526ec58cdaa6.tar.bz2 |
move Shape to FbTk
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 312d52a..c128f9f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -116,7 +116,6 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
116 | Xutil.hh Xutil.cc \ | 116 | Xutil.hh Xutil.cc \ |
117 | CurrentWindowCmd.hh CurrentWindowCmd.cc \ | 117 | CurrentWindowCmd.hh CurrentWindowCmd.cc \ |
118 | WorkspaceCmd.hh WorkspaceCmd.cc \ | 118 | WorkspaceCmd.hh WorkspaceCmd.cc \ |
119 | Shape.hh Shape.cc \ | ||
120 | MenuTheme.hh MenuTheme.cc \ | 119 | MenuTheme.hh MenuTheme.cc \ |
121 | CommandDialog.hh CommandDialog.cc SendToMenu.hh SendToMenu.cc \ | 120 | CommandDialog.hh CommandDialog.cc SendToMenu.hh SendToMenu.cc \ |
122 | AlphaMenu.hh AlphaMenu.cc ObjectResource.hh \ | 121 | AlphaMenu.hh AlphaMenu.cc ObjectResource.hh \ |