[gnome-panel] notification-area: remove testtray
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-panel] notification-area: remove testtray
- Date: Thu, 6 Oct 2016 22:20:27 +0000 (UTC)
commit 359fbb9610b338d3fecbff6079318f31a424be46
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Thu Oct 6 22:03:46 2016 +0300
notification-area: remove testtray
applets/notification_area/Makefile.am | 51 ++------
applets/notification_area/testtray.c | 214 ---------------------------------
2 files changed, 13 insertions(+), 252 deletions(-)
---
diff --git a/applets/notification_area/Makefile.am b/applets/notification_area/Makefile.am
index 9b18a57..f9bfcca 100644
--- a/applets/notification_area/Makefile.am
+++ b/applets/notification_area/Makefile.am
@@ -1,9 +1,6 @@
NULL =
-noinst_LTLIBRARIES = libtray.la
-noinst_PROGRAMS = testtray
-
-libtray_la_CFLAGS = \
+libnotification_area_applet_la_CFLAGS = \
-DGNOMELOCALEDIR=\""$(localedir)"\" \
-DG_LOG_DOMAIN=\""notification-area-applet"\" \
-DNOTIFICATION_AREA_MENU_UI_DIR=\""$(uidir)"\" \
@@ -16,22 +13,20 @@ libtray_la_CFLAGS = \
$(AM_CFLAGS) \
$(NULL)
-libtray_la_SOURCES = \
- fixedtip.h \
- fixedtip.c \
- na-tray.c \
- na-tray.h \
- na-tray-child.c \
- na-tray-child.h \
- na-tray-manager.c \
- na-tray-manager.h
-
-libnotification_area_applet_la_CFLAGS = $(libtray_la_CFLAGS)
-
-libnotification_area_applet_la_SOURCES = main.c main.h
+libnotification_area_applet_la_SOURCES = \
+ fixedtip.h \
+ fixedtip.c \
+ na-tray.c \
+ na-tray.h \
+ na-tray-child.c \
+ na-tray-child.h \
+ na-tray-manager.c \
+ na-tray-manager.h \
+ main.c \
+ main.h \
+ $(NULL)
libnotification_area_applet_la_LIBADD = \
- libtray.la \
../../libpanel-applet/libpanel-applet.la \
$(NOTIFICATION_AREA_LIBS) \
$(LIBPANEL_APPLET_LIBS)
@@ -42,26 +37,6 @@ libnotification_area_applet_la_LDFLAGS = \
$(AM_LDFLAGS) \
$(NULL)
-testtray_SOURCES = testtray.c
-testtray_LDADD = \
- libtray.la \
- $(NOTIFICATION_AREA_LIBS)
-
-testtray_CFLAGS = \
- -I$(srcdir) \
- -I$(srcdir)/../../libpanel-applet \
- -I$(top_builddir)/libpanel-applet \
- $(NOTIFICATION_AREA_CFLAGS) \
- $(LIBPANEL_APPLET_CFLAGS) \
- $(WARN_CFLAGS) \
- $(AM_CFLAGS) \
- $(NULL)
-
-testtray_LDFLAGS = \
- $(WARN_LDFLAGS) \
- $(AM_LDFLAGS) \
- $(NULL)
-
APPLET_LOCATION = $(pkglibdir)/libnotification-area-applet.so
notification_area_appletlibdir = $(pkglibdir)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]