summaryrefslogtreecommitdiff
path: root/capplets/network/Makefile.am
blob: 7ac02281504a7e279ff8f885aeaa1d4f9f9a38c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# This is used in MATECC_CAPPLETS_CFLAGS
cappletname = network

ui_files = mate-network-properties.ui

bin_PROGRAMS = mate-network-properties

BUILT_SOURCES = mate-network-properties-resources.h mate-network-properties-resources.c
nodist_mate_network_properties_SOURCES = \
	$(BUILT_SOURCES)
mate_network_properties_SOURCES = mate-network-properties.c
mate_network_properties_LDADD = $(MATECC_CAPPLETS_LIBS)

@INTLTOOL_DESKTOP_RULE@

include $(top_srcdir)/gla11y.mk

desktopdir = $(datadir)/applications
desktop_in_files = mate-network-properties.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)

mate-network-properties-resources.h mate-network-properties-resources.c: org.mate.mcc.network.gresource.xml Makefile $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies --sourcedir $(srcdir) $(srcdir)/org.mate.mcc.network.gresource.xml)
	$(AM_V_GEN) XMLLINT=$(XMLLINT) $(GLIB_COMPILE_RESOURCES) --target $@ --sourcedir $(srcdir) --generate --c-name network $<

AM_CPPFLAGS = \
	$(MATECC_CAPPLETS_CFLAGS)

CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA) $(BUILT_SOURCES)
EXTRA_DIST = $(ui_files) $(desktop_in_files) org.mate.mcc.network.gresource.xml ui-a11y.suppr

-include $(top_srcdir)/git.mk