From 3310b0d94f7e66bf067dcb7255a8f75350927dbb Mon Sep 17 00:00:00 2001 From: Luis Ontanon Date: Sat, 23 Sep 2006 14:24:22 +0000 Subject: [PATCH] Get rid of a tab after a / that caused make on MacOS X to believe that \t was another target svn path=/trunk/; revision=19305 --- gtk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index ee91119d52..d4153da9ed 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -67,7 +67,7 @@ noinst_HEADERS = \ graph_analysis.h \ gsm_map_stat.h \ gtkglobals.h \ - gtkvumeter.h \ + gtkvumeter.h \ gui_stat_util.h \ gui_prefs.h \ gui_utils.h \