~mvo/click/dont-crash-for-empty-db

« back to all changes in this revision

Viewing changes to click/Makefile.am

  • Committer: Colin Watson
  • Date: 2013-09-03 12:50:11 UTC
  • Revision ID: cjwatson@canonical.com-20130903125011-j1z1aagm2gtaj4ze
Add support for multiple installation root directories, configured in
/etc/click/databases/.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
CLEANFILES = $(noinst_SCRIPTS)
3
3
 
4
4
do_subst = sed \
 
5
        -e 's,[@]sysconfdir[@],$(sysconfdir),g' \
5
6
        -e 's,[@]pkgdatadir[@],$(pkgdatadir),g' \
6
7
        -e 's,[@]pkglibdir[@],$(pkglibdir),g' \
7
8
        -e 's,[@]DEFAULT_ROOT[@],$(DEFAULT_ROOT),g'