diff options
author | TORRI Vincent <torri@doursse.(none)> | 2006-04-28 19:48:25 +0200 |
---|---|---|
committer | TORRI Vincent <torri@doursse.(none)> | 2006-04-28 19:48:25 +0200 |
commit | cb7d019e179d02e748f13c897fe2aaa7e03937a1 (patch) | |
tree | 6967bc16cc4cac6b3fce6f873181b1fe4409a6ef | |
parent | ed5c1bfeccbd429915f3836818b9c031adb6968e (diff) |
I swear that I couldn't compile without that flag !
-rw-r--r-- | wm/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wm/Makefile.am b/wm/Makefile.am index d5b100e..9b43a93 100644 --- a/wm/Makefile.am +++ b/wm/Makefile.am @@ -35,7 +35,6 @@ xcbwm_test_CFLAGS = $(XCB_CFLAGS) \ -I../property \ -I../icccm xcbwm_test_LDADD = $(XCB_LIBS) \ - -L../atom -lXCBAtom \ -L../convenient -lXCBAux \ -L../event -lXCBEvent \ -L../property -lXCBProperty \ |