Code review comment for lp:~mardy/account-plugins/default-plugin

Revision history for this message
David King (amigadave) wrote :

Looking better.

153 dist_noinst_DATA = \
154 - $(providers_in_files) \
155 + $(providers_in_in_files) \

You do not need to distribute the .in.in files, as the configure substitution already pulls them into the distributed files.

« Back to merge proposal