X-Git-Url: http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=xboard.git;a=blobdiff_plain;f=Makefile.am;h=14123d8eb0111054450ad746a30eac50877449a3;hp=24e4165e7b42fa909debd19ca3d6f19772d1b445;hb=8e37ccb580c1dc9fd8ebd094c3e701d722d10327;hpb=d92feb6fa2927dc74eda4d9f1fca2265de4b95d1;ds=sidebyside diff --git a/Makefile.am b/Makefile.am index 24e4165e..14123d8e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,7 @@ xboard_SOURCES = backend.c backend.h backendz.h \ xoptions.c dialogs.c dialogs.h \ $(ZPY) SUBDIRS = po +xboard_LDFLAGS = `pkg-config --libs cairo` xboard_LDADD = -lm @XAW_LIBS@ @X_LIBS@ @LIBINTL@ EXTRA_DIST = pixmaps bitmaps sounds winboard \ xboard.texi gpl.texinfo texi2man texinfo.tex xboard.man xboard.desktop \ @@ -40,7 +41,7 @@ EXTRA_DIST = pixmaps bitmaps sounds winboard \ DISTCLEANFILES = stamp-h -AM_CPPFLAGS=-DINFODIR='"$(infodir)"' @X_CFLAGS@ -DSYSCONFDIR='"$(sysconfdir)"' \ +AM_CPPFLAGS=-DINFODIR='"$(infodir)"' `pkg-config --libs cairo` @X_CFLAGS@ -DSYSCONFDIR='"$(sysconfdir)"' \ -DBITMAPDIR='"$(datadir)/games/xboard/bitmaps/default"' \ -DLOCALEDIR='"$(localedir)"'