2011-01-19 15:41:07 +00:00
|
|
|
cappletname = power
|
|
|
|
|
2011-08-31 16:38:56 +02:00
|
|
|
SUBDIRS = icons
|
|
|
|
|
2010-11-18 17:23:50 +00:00
|
|
|
INCLUDES = \
|
|
|
|
$(PANEL_CFLAGS) \
|
2011-02-19 16:46:26 +00:00
|
|
|
$(POWER_PANEL_CFLAGS) \
|
2010-11-18 17:23:50 +00:00
|
|
|
-DGNOMECC_UI_DIR="\"$(uidir)\"" \
|
|
|
|
-DGNOMELOCALEDIR="\"$(datadir)/locale\"" \
|
|
|
|
-DGNOMECC_DATA_DIR="\"$(pkgdatadir)\"" \
|
2012-02-14 12:48:10 +00:00
|
|
|
-I$(srcdir)/../../shell/ \
|
2010-11-18 17:23:50 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
ccpanelsdir = $(PANELS_DIR)
|
|
|
|
ccpanels_LTLIBRARIES = libpower.la
|
|
|
|
|
|
|
|
libpower_la_SOURCES = \
|
|
|
|
power-module.c \
|
|
|
|
cc-power-panel.c \
|
|
|
|
cc-power-panel.h
|
|
|
|
|
2011-02-19 16:46:26 +00:00
|
|
|
libpower_la_LIBADD = $(PANEL_LIBS) $(POWER_PANEL_LIBS)
|
2010-11-18 17:23:50 +00:00
|
|
|
libpower_la_LDFLAGS = $(PANEL_LDFLAGS)
|
|
|
|
|
|
|
|
uidir = $(pkgdatadir)/ui
|
|
|
|
dist_ui_DATA = power.ui
|
|
|
|
|
|
|
|
@INTLTOOL_DESKTOP_RULE@
|
|
|
|
|
|
|
|
desktopdir = $(datadir)/applications
|
|
|
|
desktop_in_files = gnome-power-panel.desktop.in
|
|
|
|
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
|
|
|
|
|
|
|
CLEANFILES = $(desktop_in_files) $(desktop_DATA)
|
|
|
|
|
|
|
|
-include $(top_srcdir)/git.mk
|