diff options
Diffstat (limited to 'capplets/windows/Makefile.am')
-rw-r--r-- | capplets/windows/Makefile.am | 5 |
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 |