1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-24 07:02:30 +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

@@ -6,7 +6,7 @@ noinst_PROGRAMS = testdraw testgrad testrot view
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