X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=b6a709b0a08f463a7a437ee289f01f039378808d;hb=a56bd5ee92e43cbf5537d877fd4010e5e34a3e11;hp=c388b7eeb681aa035bf4f4f0817c9ad17a99b81a;hpb=7a73080d871042028ba84cf0f36731f5959d6265;p=xboard.git diff --git a/Makefile.am b/Makefile.am index c388b7e..b6a709b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,7 +57,7 @@ xboard_SOURCES = backend.c backend.h backendz.h \ ### SUBDIRS = po -xboard_LDADD = -lm @X_LIBS@ @LIBINTL@ @FRONTEND_LIBS@ @CAIRO_LIBS@ +xboard_LDADD = -lm @FRONTEND_LIBS@ @X_LIBS@ @LIBINTL@ @CAIRO_LIBS@ EXTRA_DIST = pixmaps shogi png sounds winboard \ xboard.texi gpl.texinfo texi2man texinfo.tex xboard.man xboard.desktop \ @@ -67,7 +67,7 @@ EXTRA_DIST = pixmaps shogi png sounds winboard \ DISTCLEANFILES = stamp-h -AM_CPPFLAGS=-DINFODIR='"$(infodir)"' @CAIRO_CFLAGS@ @FRONTEND_CFLAGS@ -DSYSCONFDIR='"$(sysconfdir)"' \ +AM_CPPFLAGS=-DINFODIR='"$(infodir)"' @X_CFLAGS@ @CAIRO_CFLAGS@ @FRONTEND_CFLAGS@ -DSYSCONFDIR='"$(sysconfdir)"' \ -DLOCALEDIR='"$(localedir)"' -DSVGDIR='"$(svgdir)"' $(headers) ACLOCAL_AMFLAGS = -I m4