X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=c75cddc84d5c86c48f3ce0cefa46f5068f3e02b7;hb=1d0d7f60da48fe87c846c32d09f13da67a636948;hp=d1e2c61d1b81b6cf82fee5dde20df042ef6186e7;hpb=b3da85b21462b01c2c0c7f574ac2423703342c55;p=xboard.git diff --git a/Makefile.am b/Makefile.am index d1e2c61..c75cddc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,10 +6,10 @@ else endif bin_PROGRAMS = xboard -xboard_SOURCES = backend.c lists.c pgntags.c xedittags.c xhistory.c $(ZPY) childio.c moves.c uci.c xengineoutput.c xoptions.c gamelist.c parser.l xboard.c xgamelist.c book.c +xboard_SOURCES = backend.c lists.c pgntags.c xedittags.c xhistory.c $(ZPY) childio.c moves.c uci.c xengineoutput.c xoptions.c gamelist.c parser.l xboard.c xgamelist.c book.c callback.c interface.c -AM_CPPFLAGS=-DINFODIR='"$(infodir)"' @X_CFLAGS@ -AM_LDFLAGS= -lm @X_PRE_LIBS@ @XAW_LIBS@ @X_LIBS@ @X_EXTRA_LIBS@ +AM_CPPFLAGS=-DINFODIR='"$(infodir)"' @GTK_CFLAGS@ +AM_LDFLAGS= -lm @X_PRE_LIBS@ @XAW_LIBS@ @X_LIBS@ @X_EXTRA_LIBS@ @GTK_LIBS@ info_TEXINFOS = copyright.texi xboard.texi man6_MANS = xboard.man