summaryrefslogtreecommitdiff
path: root/capplets/windows/Makefile.am
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-02-23 16:24:19 +0100
committerStefano Karapetsas <[email protected]>2014-02-23 16:24:19 +0100
commit3ace916cb925f10d436809992d15e0de96699bdd (patch)
tree1c8b1ca562d531d64543c4f9b86e841036e76e5e /capplets/windows/Makefile.am
parent8b8b29f4b6e29a43d68397c7507daaba5c6dc5e2 (diff)
downloadmate-control-center-3ace916cb925f10d436809992d15e0de96699bdd.tar.bz2
mate-control-center-3ace916cb925f10d436809992d15e0de96699bdd.tar.xz
windows: Remove UI file
Diffstat (limited to 'capplets/windows/Makefile.am')
-rw-r--r--capplets/windows/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/capplets/windows/Makefile.am b/capplets/windows/Makefile.am
index 6be448d3..4b0fe063 100644
--- a/capplets/windows/Makefile.am
+++ b/capplets/windows/Makefile.am
@@ -12,9 +12,6 @@ mate_window_properties_SOURCES = \
@INTLTOOL_DESKTOP_RULE@
-uidir = $(pkgdatadir)/ui
-ui_DATA = mate-window-properties.ui
-
desktopdir = $(datadir)/applications
Desktop_in_files = mate-window-properties.desktop.in
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
@@ -25,7 +22,5 @@ AM_CPPFLAGS = $(MATECC_CAPPLETS_CFLAGS) \
-DPIXMAPDIR=\""$(pixmapdir)"\"
CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(Desktop_in_files) $(desktop_DATA)
-EXTRA_DIST = $(ui_DATA)
-
-include $(top_srcdir)/git.mk