[tomboy] Add missing parentheses in makefile
- From: Stefan Schweizer <sschweiz src gnome org>
- To: svn-commits-list gnome org
- Subject: [tomboy] Add missing parentheses in makefile
- Date: Tue, 16 Jun 2009 12:29:48 -0400 (EDT)
commit 638f99349a8554fbbfe4bdb6ff5dab919cf83fa9
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]