From ae3a780491b700be0258b1c2243c86cf10729fcc Mon Sep 17 00:00:00 2001 From: Bradley Smith Date: Sun, 3 Aug 2008 16:22:59 +0100 Subject: Add Gtk interface. Using a Vte for guile input. Signed-off-by: Bradley Smith --- include/Makefile.am | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index bb2a455..47a3c86 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -15,10 +15,12 @@ ## You should have received a copy of the GNU General Public License ## along with GNU Robots. If not, see . -EXTRA_DIST =\ - api.h\ - configs.h\ - map.h\ - main.h\ - grobot.h\ - userinterface.h +EXTRA_DIST = \ + api.h \ + configs.h \ + map.h \ + main.h \ + grobot.h \ + ui-window.h \ + ui-arena.h \ + ui-cmdwin.h -- cgit v1.1