diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-26 15:26:26 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-26 15:26:26 +0200 |
commit | 854be5aae287e8aabe1556e1d08e40cb6f15cb90 (patch) | |
tree | 985aa2487f166206c49fb267bca0209ee950431a /sendto/Makefile.am | |
parent | 653d8260acca8ef771e88398a496a5e91eb13b8e (diff) | |
download | caja-extensions-854be5aae287e8aabe1556e1d08e40cb6f15cb90.tar.bz2 caja-extensions-854be5aae287e8aabe1556e1d08e40cb6f15cb90.tar.xz |
Fix make dist and make distcheck
Diffstat (limited to 'sendto/Makefile.am')
-rw-r--r-- | sendto/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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) |