1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

- Fixed compilation include path issue in wrlib/tests

- Removed unnecessary included headers (we don't use Xt)
This commit is contained in:
dan
2005-03-02 10:59:40 +00:00
parent b2e87b76f9
commit e3df52ca51
3 changed files with 1 additions and 3 deletions

View File

@@ -27,7 +27,6 @@
#include <X11/Xlib.h> #include <X11/Xlib.h>
#include <X11/Xutil.h> #include <X11/Xutil.h>
#include <X11/Intrinsic.h>
#include "WindowMaker.h" #include "WindowMaker.h"
#include "window.h" #include "window.h"

View File

@@ -34,7 +34,6 @@
#include <X11/Xlib.h> #include <X11/Xlib.h>
#include <X11/Xutil.h> #include <X11/Xutil.h>
#include <X11/Intrinsic.h>
#include <X11/cursorfont.h> #include <X11/cursorfont.h>
#include <X11/Xproto.h> #include <X11/Xproto.h>
#include <X11/keysym.h> #include <X11/keysym.h>

View File

@@ -6,7 +6,7 @@ noinst_PROGRAMS = testdraw testgrad testrot view
EXTRA_DIST = test.png tile.xpm ballot_box.xpm EXTRA_DIST = test.png tile.xpm ballot_box.xpm
INCLUDES = $(DFLAGS) @HEADER_SEARCH_PATH@ INCLUDES = -I.. $(DFLAGS) @HEADER_SEARCH_PATH@
LIBLIST = $(top_builddir)/wrlib/libwraster.la LIBLIST = $(top_builddir)/wrlib/libwraster.la