X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=7c6ddb306b3c0b6462c4f30e3bae768e46188cd8;hb=344885687fdf87558b7932280545f5f4ea78771c;hp=94500776c019f8bc16473aba7fb27c4cdbc1b0c9;hpb=4c2a4a8be3521597c9b19749cfdc998108824f9e;p=xboard.git diff --git a/Makefile.am b/Makefile.am index 9450077..7c6ddb3 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 sounds \ xboard.texi gpl.texinfo texi2man texinfo.tex xboard.man \ @@ -35,7 +39,7 @@ EXTRA_DIST = pixmaps bitmaps winboard sounds \ DISTCLEANFILES = stamp-h -AM_CPPFLAGS=-DINFODIR='"$(infodir)"' @X_CFLAGS@ +AM_CPPFLAGS=-DINFODIR='"$(infodir)"' @GTK_CFLAGS@ info_TEXINFOS = xboard.texi xboard_TEXINFOS = copyright.texi