2011-01-19 15:41:07 +00:00
|
|
|
cappletname = network
|
|
|
|
|
2010-12-14 10:23:26 +00:00
|
|
|
INCLUDES = \
|
|
|
|
$(PANEL_CFLAGS) \
|
2011-02-19 16:46:26 +00:00
|
|
|
$(NETWORK_PANEL_CFLAGS) \
|
2011-02-21 10:05:22 +00:00
|
|
|
$(NETWORK_MANAGER_CFLAGS) \
|
2010-12-14 10:23:26 +00:00
|
|
|
-DGNOMECC_UI_DIR="\"$(uidir)\"" \
|
|
|
|
-DGNOMELOCALEDIR="\"$(datadir)/locale\"" \
|
|
|
|
-DGNOMECC_DATA_DIR="\"$(pkgdatadir)\"" \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
ccpanelsdir = $(PANELS_DIR)
|
|
|
|
ccpanels_LTLIBRARIES = libnetwork.la
|
|
|
|
|
|
|
|
libnetwork_la_SOURCES = \
|
|
|
|
network-module.c \
|
2010-12-15 19:22:15 +00:00
|
|
|
panel-common.c \
|
|
|
|
panel-common.h \
|
2011-03-11 12:28:14 +00:00
|
|
|
net-object.c \
|
|
|
|
net-object.h \
|
|
|
|
net-device.c \
|
|
|
|
net-device.h \
|
2012-07-20 12:05:10 +01:00
|
|
|
net-device-wifi.c \
|
|
|
|
net-device-wifi.h \
|
2012-07-18 15:08:07 +01:00
|
|
|
net-device-wired.c \
|
|
|
|
net-device-wired.h \
|
2012-07-20 09:21:57 +01:00
|
|
|
net-device-mobile.c \
|
|
|
|
net-device-mobile.h \
|
2011-03-11 12:28:14 +00:00
|
|
|
net-vpn.c \
|
|
|
|
net-vpn.h \
|
2012-07-12 14:07:54 +01:00
|
|
|
net-proxy.c \
|
|
|
|
net-proxy.h \
|
2010-12-15 19:18:32 +00:00
|
|
|
panel-cell-renderer-mode.c \
|
|
|
|
panel-cell-renderer-mode.h \
|
2011-03-25 17:40:17 -04:00
|
|
|
panel-cell-renderer-security.c \
|
|
|
|
panel-cell-renderer-security.h \
|
2010-12-15 19:19:21 +00:00
|
|
|
panel-cell-renderer-signal.c \
|
|
|
|
panel-cell-renderer-signal.h \
|
2012-09-08 14:22:17 -04:00
|
|
|
panel-cell-renderer-separator.c \
|
|
|
|
panel-cell-renderer-separator.h \
|
2011-08-22 18:12:00 +02:00
|
|
|
network-dialogs.c \
|
|
|
|
network-dialogs.h \
|
2010-12-14 10:23:26 +00:00
|
|
|
cc-network-panel.c \
|
|
|
|
cc-network-panel.h
|
|
|
|
|
2011-02-21 10:05:22 +00:00
|
|
|
libnetwork_la_LIBADD = $(PANEL_LIBS) $(NETWORK_PANEL_LIBS) $(NETWORK_MANAGER_LIBS)
|
2010-12-14 10:23:26 +00:00
|
|
|
libnetwork_la_LDFLAGS = $(PANEL_LDFLAGS)
|
|
|
|
|
|
|
|
uidir = $(pkgdatadir)/ui
|
2012-07-12 14:07:54 +01:00
|
|
|
dist_ui_DATA = \
|
|
|
|
network-proxy.ui \
|
2012-07-16 14:08:25 +01:00
|
|
|
network-vpn.ui \
|
2012-07-20 12:05:10 +01:00
|
|
|
network-wifi.ui \
|
2012-07-18 15:08:07 +01:00
|
|
|
network-wired.ui \
|
2012-07-20 09:21:57 +01:00
|
|
|
network-mobile.ui \
|
2012-07-12 14:07:54 +01:00
|
|
|
network.ui
|
2010-12-14 10:23:26 +00:00
|
|
|
|
|
|
|
@INTLTOOL_DESKTOP_RULE@
|
|
|
|
|
|
|
|
desktopdir = $(datadir)/applications
|
|
|
|
desktop_in_files = gnome-network-panel.desktop.in
|
|
|
|
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
|
|
|
|
|
|
|
CLEANFILES = $(desktop_in_files) $(desktop_DATA)
|
|
|
|
|
|
|
|
-include $(top_srcdir)/git.mk
|