diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-28 05:47:55 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-28 05:47:55 (GMT) |
commit | e8a2f155e8d5a082a8c04f291e65c137c20a05cb (patch) | |
tree | 4107154a6c73d518b604aab43371c994ae172624 /src/Makefile.am | |
parent | 00ceefd8846bda6f4dc43a5a990086545ea28727 (diff) | |
download | fluxbox-e8a2f155e8d5a082a8c04f291e65c137c20a05cb.zip fluxbox-e8a2f155e8d5a082a8c04f291e65c137c20a05cb.tar.bz2 |
moved Container 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 6b29c1a..d7ed54d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -119,7 +119,6 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
119 | WorkspaceCmd.hh WorkspaceCmd.cc \ | 119 | WorkspaceCmd.hh WorkspaceCmd.cc \ |
120 | Shape.hh Shape.cc \ | 120 | Shape.hh Shape.cc \ |
121 | MenuTheme.hh MenuTheme.cc \ | 121 | MenuTheme.hh MenuTheme.cc \ |
122 | Container.hh Container.cc \ | ||
123 | CommandDialog.hh CommandDialog.cc SendToMenu.hh SendToMenu.cc \ | 122 | CommandDialog.hh CommandDialog.cc SendToMenu.hh SendToMenu.cc \ |
124 | AlphaMenu.hh AlphaMenu.cc ObjectResource.hh \ | 123 | AlphaMenu.hh AlphaMenu.cc ObjectResource.hh \ |
125 | CompareWindow.hh \ | 124 | CompareWindow.hh \ |