From eda55d25b59b4ed7c373f37eb9004832f9e26367 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Thu, 12 Jan 2012 17:04:30 +0100 Subject: Move menu related code into a separate class Also removes the "System Settings" menu item (according to spec). Printer menu items are hardcoded for now. --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index c5bdd52..5fc0107 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,7 +13,9 @@ libprintersmenu_la_LDFLAGS = -module -avoid-version libexec_PROGRAMS = indicator-printers-service indicator_printers_service_SOURCES = \ indicator-printers-service.c \ - indicator-printers-service.h + indicator-printers-service.h \ + indicator-printers-menu.c \ + indicator-printers-menu.h indicator_printers_service_CPPFLAGS = $(SERVICE_CFLAGS) indicator_printers_service_LDADD = $(SERVICE_LIBS) -- cgit v1.2.3