aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHenrik Kinnunen <fluxgen@fluxbox.org>2008-10-16 20:38:42 (GMT)
committerHenrik Kinnunen <fluxgen@fluxbox.org>2008-10-16 20:38:42 (GMT)
commitb9466363b3a231ceb96ae757073f1b5efba5fc94 (patch)
tree363bb79ba2987726c355016ee2611c0f104e3ba3 /src/Makefile.am
parent715dc907ae6a4ca65c492f94ce6379f59eff5157 (diff)
downloadfbpager-b9466363b3a231ceb96ae757073f1b5efba5fc94.zip
fbpager-b9466363b3a231ceb96ae757073f1b5efba5fc94.tar.bz2
Fixed so Extended Window Manager Hints actually work, needs more work though.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1cb3131..b41ee5d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,6 +7,8 @@ fbpager_SOURCES= main.cc FbPager.hh FbPager.cc \
7 Workspace.cc Workspace.hh \ 7 Workspace.cc Workspace.hh \
8 Ewmh.hh Ewmh.cc ClientHandler.hh \ 8 Ewmh.hh Ewmh.cc ClientHandler.hh \
9 ClientWindow.hh Pager.hh WindowHint.hh FbRootWindow.hh \ 9 ClientWindow.hh Pager.hh WindowHint.hh FbRootWindow.hh \
10 ScaleWindowToWindow.hh Resources.hh RefBinder.hh 10 ScaleWindowToWindow.hh Resources.hh RefBinder.hh \
11 PropertyTools.hh PropertyTools.cc
12
11fbpager_CXXFLAGS=-IFbTk 13fbpager_CXXFLAGS=-IFbTk
12fbpager_LDADD=FbTk/libFbTk.a 14fbpager_LDADD=FbTk/libFbTk.a