X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=b56df1d894e7299c4a2b8ebfb8c4647ea56882a1;hb=5120d477cacfa58108ad93a414af083f1fb58c5a;hp=6332932471409a9faa3bbb484148fc645f081676;hpb=2363bb5476772d84a81dce759ad95b375bd7bfe7;p=xboard.git diff --git a/Makefile.am b/Makefile.am index 6332932..b56df1d 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\ childio.c childio.h \ common.h \ frontend.h \ gamelist.c \ gettext.h \ + interface.c \ lists.c lists.h \ moves.c moves.h \ parser.l parser.h \ @@ -25,7 +28,7 @@ xboard_SOURCES = backend.c backend.h backendz.h \ xhistory.c xhistory.h \ xoptions.c \ $(ZPY) -xboard_LDADD = -lm @X_PRE_LIBS@ @XAW_LIBS@ @X_LIBS@ @X_EXTRA_LIBS@ +xboard_LDADD = -lm @XAW_LIBS@ @GTK_LIBS@ EXTRA_DIST = pixmaps bitmaps shogibitmaps \ xboard.texi gpl.texinfo texi2man texinfo.tex xboard.man \ @@ -33,7 +36,7 @@ EXTRA_DIST = pixmaps bitmaps shogibitmaps \ DISTCLEANFILES = stamp-h -AM_CPPFLAGS=-DINFODIR='"$(infodir)"' @X_CFLAGS@ +AM_CPPFLAGS=-DINFODIR='"$(infodir)"' @GTK_CFLAGS@ info_TEXINFOS = xboard.texi xboard_TEXINFOS = copyright.texi