X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=e3af927fc51d4a078e0a1eab92fb81b63cb6bc4d;hb=e6f4f8fdada1a701e4be2e4807920dbcad697fb1;hp=b9308c4a8f02bce55a1c05b58e91858280dbf588;hpb=36a8ecfac505400350e6d26fb6d1ad1d4cf0d4be;p=xboard.git diff --git a/Makefile.am b/Makefile.am index b9308c4..e3af927 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,17 +19,17 @@ xboard_SOURCES = backend.c backend.h backendz.h \ parser.c parser.h \ pgntags.c \ uci.c \ - xboard.c xboard.h args.h menus.c menus.h \ + xaw/xboard.c xaw/xboard.h args.h menus.c menus.h \ draw.c draw.h \ usounds.c usystem.c usystem.h \ board.c board.h \ - xedittags.c xedittags.h \ + xaw/xedittags.c xaw/xedittags.h \ engineoutput.c engineoutput.h \ - nengineoutput.c xengineoutput.c \ - evalgraph.c evalgraph.h xevalgraph.c xevalgraph.h\ - xgamelist.c xgamelist.h\ - history.c xhistory.c xhistory.h \ - xoptions.c dialogs.c dialogs.h \ + nengineoutput.c xaw/xengineoutput.c \ + evalgraph.c evalgraph.h xaw/xevalgraph.c xaw/xevalgraph.h\ + xaw/xgamelist.c xaw/xgamelist.h\ + history.c xaw/xhistory.c xaw/xhistory.h \ + xaw/xoptions.c dialogs.c dialogs.h \ $(ZPY) SUBDIRS = po xboard_LDADD = -lm @XAW_LIBS@ @X_LIBS@ @LIBINTL@ @CAIRO_LIBS@ @@ -42,7 +42,7 @@ EXTRA_DIST = pixmaps shogi sounds winboard bitmaps\ DISTCLEANFILES = stamp-h AM_CPPFLAGS=-DINFODIR='"$(infodir)"' @CAIRO_CFLAGS@ @X_CFLAGS@ -DSYSCONFDIR='"$(sysconfdir)"' \ - -DLOCALEDIR='"$(localedir)"' -DSVGDIR='"$(svgdir)"' + -DLOCALEDIR='"$(localedir)"' -DSVGDIR='"$(svgdir)"' -I xaw ACLOCAL_AMFLAGS = -I m4