From 854be5aae287e8aabe1556e1d08e40cb6f15cb90 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 26 Oct 2013 15:26:26 +0200 Subject: Fix make dist and make distcheck --- sendto/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sendto/Makefile.am') diff --git a/sendto/Makefile.am b/sendto/Makefile.am index 030b731..da88b03 100644 --- a/sendto/Makefile.am +++ b/sendto/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = docs plugins +SUBDIRS = . docs plugins AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ @@ -79,4 +79,4 @@ gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml) man_MANS = caja-sendto.1 EXTRA_DIST = $(ui_DATA) $(man_MANS) caja-sendto.pc.in $(convert_DATA) $(gsettingsschema_in_files) -CLEANFILES = $(nst_built_headers) $(nst_built_cfiles) +CLEANFILES = $(nst_built_headers) $(nst_built_cfiles) $(gsettings_SCHEMAS) -- cgit v1.2.1