X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=c0dc7790f4b2b3fe2efc012f93435d497e79cfde;hb=fe5ba22edf2cb7c260ecf17c7f095f0bc3e1b0a3;hp=7345205f561df9377d9b1bef96d5ed9c129a0993;hpb=891e6ae6b61cb387401b79ad75ae5b2c1d58da5e;p=xboard.git diff --git a/Makefile.am b/Makefile.am index 7345205..c0dc779 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,13 +6,16 @@ else endif bin_PROGRAMS = xboard + xboard_SOURCES = backend.c backend.h backendz.h \ book.c \ + callback.c callback.h \ childio.c childio.h \ common.h \ frontend.h \ gamelist.c \ gettext.h \ + interface.c interface.h \ lists.c lists.h \ moves.c moves.h \ parser.l parser.h \ @@ -27,7 +30,8 @@ xboard_SOURCES = backend.c backend.h backendz.h \ xhistory.c xhistory.h \ xoptions.c \ $(ZPY) -xboard_LDADD = -lm @XAW_LIBS@ @X_LIBS@ + +xboard_LDADD = -lm @XAW_LIBS@ @GTK_LIBS@ EXTRA_DIST = pixmaps bitmaps winboard\ xboard.texi gpl.texinfo texi2man texinfo.tex xboard.man \ @@ -35,7 +39,7 @@ EXTRA_DIST = pixmaps bitmaps winboard\ DISTCLEANFILES = stamp-h -AM_CPPFLAGS=-DINFODIR='"$(infodir)"' @X_CFLAGS@ +AM_CPPFLAGS=-DINFODIR='"$(infodir)"' @GTK_CFLAGS@ info_TEXINFOS = xboard.texi xboard_TEXINFOS = copyright.texi