[Xfce4-commits] <xfce4-xkb-plugin:master> Fix typo.
Azamat H. Hackimov
noreply at xfce.org
Sat Feb 26 00:04:08 CET 2011
Updating branch refs/heads/master
to 5bc776be3a93e3d4a9bb526c7434ac018148a1c3 (commit)
from 60b7021b26befd2cf87b3c29e69bd6bae5454e4a (commit)
commit 5bc776be3a93e3d4a9bb526c7434ac018148a1c3
Author: Azamat H. Hackimov <azamat.hackimov at gmail.com>
Date: Sat Feb 19 21:06:54 2011 +0500
Fix typo.
panel-plugin/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 5a14fa3..4a4bccd 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -23,7 +23,7 @@ xfce4_xkb_plugin_SOURCES = \
xfce4_xkb_plugin_CFLAGS = \
@LIBXFCE4PANEL_CFLAGS@ \
@GTK_CFLAGS@ \
- @@LIBXFCE4UI_CFLAGS@ \
+ @LIBXFCE4UI_CFLAGS@ \
@LIBXFCE4UTIL_CFLAGS@ \
@LIBXKLAVIER_CFLAGS@ \
@LIBRSVG_CFLAGS@ \
@@ -36,7 +36,7 @@ xfce4_xkb_plugin_CFLAGS = \
xfce4_xkb_plugin_LDADD = \
@LIBXFCE4PANEL_LIBS@ \
@GTK_LIBS@ \
- @@LIBXFCE4UI_LIBS@ \
+ @LIBXFCE4UI_LIBS@ \
@LIBXFCE4UTIL_LIBS@ \
@LIBXKLAVIER_LIBS@ \
@LIBWNCK_LIBS@ \
More information about the Xfce4-commits
mailing list