~mterry/deja-dup/support-user-var

« back to all changes in this revision

Viewing changes to preferences/Makefile.am

  • Committer: Michael Terry
  • Date: 2012-11-01 09:16:02 UTC
  • Revision ID: michael.terry@canonical.com-20121101091602-hy2qo7i28f1ro5n8
fix distcheck

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
        cd $(distdir) && rm $(shell echo $(libdeja_dup_la_VALASOURCES:.vala=.c) \
81
81
                                         $(deja_dup_preferences_VALASOURCES:.vala=.c) | tr ' ' '\n' | sort | uniq) \
82
82
                            libdeja_dup_la_vala.stamp deja_dup_preferences_vala.stamp
 
83
        rm -f libdeja_dup_la_vala.stamp deja_dup_preferences_vala.stamp # Start distcheck workarounds
 
84
$(srcdir)/libdeja_dup_la_vala.stamp: chmod-srcdir
 
85
$(srcdir)/deja_dup_preferences_vala.stamp: chmod-srcdir
 
86
chmod-srcdir:
 
87
        @chmod u+w $(srcdir) # End distcheck workarounds
83
88
 
84
89
CLEANFILES = libdeja_dup_la_vala.stamp deja_dup_preferences_vala.stamp