diff options
Diffstat (limited to 'common.each.tail.mk')
-rw-r--r-- | common.each.tail.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common.each.tail.mk b/common.each.tail.mk index 3192ddb..c149555 100644 --- a/common.each.tail.mk +++ b/common.each.tail.mk @@ -13,6 +13,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +am_src_files += $(install-srcs) am_gen_files += .srcfiles.mk $(devtools-files) am_out_files += $(filter-out $(am_src_files) $(am_gen_files),$(install-files)) \ $(if $(pots),everything.pot) |