diff options
author | fluxgen <fluxgen> | 2003-08-19 21:52:22 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-19 21:52:22 (GMT) |
commit | 2c1bd69a42b8ea8f54beaa25845a2e714b3e049a (patch) | |
tree | ccc66ec9bb5741fb7706de2400dd9ba5c6f3ed3c | |
parent | 2ccb04a1db2056d49c51ed930ae20fb500bd863e (diff) | |
download | fluxbox-2c1bd69a42b8ea8f54beaa25845a2e714b3e049a.zip fluxbox-2c1bd69a42b8ea8f54beaa25845a2e714b3e049a.tar.bz2 |
moved TextButton to FbTk
-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 45332a3..55daa60 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -81,7 +81,6 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
81 | FbRootWindow.hh FbRootWindow.cc \ | 81 | FbRootWindow.hh FbRootWindow.cc \ |
82 | Screen.cc Screen.hh \ | 82 | Screen.cc Screen.hh \ |
83 | Slit.cc Slit.hh SlitTheme.hh SlitClient.hh SlitClient.cc \ | 83 | Slit.cc Slit.hh SlitTheme.hh SlitClient.hh SlitClient.cc \ |
84 | TextButton.hh TextButton.cc \ | ||
85 | WinButton.hh WinButton.cc \ | 84 | WinButton.hh WinButton.cc \ |
86 | WinButtonTheme.hh WinButtonTheme.cc \ | 85 | WinButtonTheme.hh WinButtonTheme.cc \ |
87 | Window.cc Window.hh \ | 86 | Window.cc Window.hh \ |