[tomboy/gnome-2-26] Add missing parentheses in makefile



commit 82200f0d877df52dd738e4d7fc2ec20159ffe53d
Author: Stefan Schweizer <steve schweizer gmail com>
Date:   Tue Jun 16 18:27:54 2009 +0200

    Add missing parentheses in makefile

 Tomboy/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Tomboy/Makefile.am b/Tomboy/Makefile.am
index 3c4ad45..5f328d9 100644
--- a/Tomboy/Makefile.am
+++ b/Tomboy/Makefile.am
@@ -61,7 +61,7 @@ if FIXED_PANELAPPLET
 FIXED_PANELAPPLET_CSFLAGS = -define:FIXED_PANELAPPLET
 else
 PANELAPPLET_USED_CSFILES =			\
-	$PANELAPPLET_CSFILES
+	$(PANELAPPLET_CSFILES)
 endif
 endif
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]