From fac200fcbf01d397e031c8a9067c437a6a19c7d5 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 22 Apr 2013 00:40:34 +0200 Subject: mate-conf-import: Add makefile and desktop file --- mate-conf/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mate-conf/Makefile.am (limited to 'mate-conf/Makefile.am') diff --git a/mate-conf/Makefile.am b/mate-conf/Makefile.am new file mode 100644 index 0000000..61b1a17 --- /dev/null +++ b/mate-conf/Makefile.am @@ -0,0 +1,11 @@ +bin_SCRIPTS = mate-conf-import + +@INTLTOOL_DESKTOP_RULE@ + +desktopdir = $(datadir)/applications +desktop_in_files = mate-conf-import.desktop.in +desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) + +EXTRA_DIST = $(bin_SCRIPTS) + +CLEANFILES = mate-conf-import.desktop -- cgit v1.2.1