[gnome-applets/wip/dont-use-deprecated] null-applet: fixed a compilation error during recent merge
- From: Enrico Minack <eminack src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets/wip/dont-use-deprecated] null-applet: fixed a compilation error during recent merge
- Date: Sat, 2 Apr 2011 00:19:30 +0000 (UTC)
commit b375651593fbaea759027646b94805c50a49f73e
Author: Enrico Minack <enrico-minack gmx de>
Date: Fri Apr 1 20:17:56 2011 -0400
null-applet: fixed a compilation error during recent merge
null_applet/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/null_applet/Makefile.am b/null_applet/Makefile.am
index 5db3de9..64ced1c 100644
--- a/null_applet/Makefile.am
+++ b/null_applet/Makefile.am
@@ -10,7 +10,8 @@ INCLUDES = \
libexec_PROGRAMS = null_applet
null_applet_SOURCES = null_applet.c null_applet.h
-null_applet_LDADD = $(GNOME_APPLETS3_LIBS)
+
+null_applet_LDADD = $(GNOME_APPLETS_LIBS)
appletdir = $(LIBPANEL_APPLET_DIR)
applet_DATA = $(applet_in_files:.panel-applet.in=.panel-applet)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]