aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Makefile.am
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-04-28 09:31:06 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-05-10 11:00:46 (GMT)
commit7525ca9f7745a7d8ef4461dc1f3c911498546b00 (patch)
tree60b1fcca80140e205009683274bd374566d21e59 /src/FbTk/Makefile.am
parent57acca0b601277982e63fa34eb78ae7881873e09 (diff)
downloadfluxbox-7525ca9f7745a7d8ef4461dc1f3c911498546b00.zip
fluxbox-7525ca9f7745a7d8ef4461dc1f3c911498546b00.tar.bz2
Remove all trace of Observers and Subjects
this marks the completion of the transition to FbTk::Signal
Diffstat (limited to 'src/FbTk/Makefile.am')
-rw-r--r--src/FbTk/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am
index 8619cc1..4c38f84 100644
--- a/src/FbTk/Makefile.am
+++ b/src/FbTk/Makefile.am
@@ -46,7 +46,6 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \
46 StringUtil.hh StringUtil.cc Parser.hh Parser.cc \ 46 StringUtil.hh StringUtil.cc Parser.hh Parser.cc \
47 RegExp.hh RegExp.cc \ 47 RegExp.hh RegExp.cc \
48 FbString.hh FbString.cc \ 48 FbString.hh FbString.cc \
49 Subject.hh Subject.cc Observer.hh Observer.cc SimpleObserver.hh \
50 AutoReloadHelper.hh AutoReloadHelper.cc \ 49 AutoReloadHelper.hh AutoReloadHelper.cc \
51 Transparent.hh Transparent.cc \ 50 Transparent.hh Transparent.cc \
52 FbPixmap.hh FbPixmap.cc \ 51 FbPixmap.hh FbPixmap.cc \
@@ -63,7 +62,7 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \
63 TypeAhead.hh SearchResult.hh SearchResult.cc ITypeAheadable.hh \ 62 TypeAhead.hh SearchResult.hh SearchResult.cc ITypeAheadable.hh \
64 Select2nd.hh STLUtil.hh \ 63 Select2nd.hh STLUtil.hh \
65 CachedPixmap.hh CachedPixmap.cc \ 64 CachedPixmap.hh CachedPixmap.cc \
66 Slot.hh Signal.hh MemFun.hh RelaySignal.hh SelectArg.hh \ 65 Slot.hh Signal.hh MemFun.hh SelectArg.hh \
67 Util.hh \ 66 Util.hh \
68 ${xpm_SOURCE} \ 67 ${xpm_SOURCE} \
69 ${xft_SOURCE} \ 68 ${xft_SOURCE} \