diff options
author | Slávek Banko <[email protected]> | 2020-12-14 18:16:49 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-12-14 18:16:49 +0100 |
commit | 95c1abc7d473dfcc3627274e350bfd1bd1b26d33 (patch) | |
tree | 611ff69c08d767e6541e4f26c2d3de31070a1c34 /po | |
parent | 7804ae6dd1a8c165f802749d2e69f82cc71fb070 (diff) | |
download | soundkonverter-95c1abc7d473dfcc3627274e350bfd1bd1b26d33.tar.gz soundkonverter-95c1abc7d473dfcc3627274e350bfd1bd1b26d33.zip |
Remove unnecessary noinst_HEADERS in automake rules for translation.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/po/Makefile.am b/po/Makefile.am index e51520a..0fa209c 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -1,3 +1 @@ POFILES = AUTO -noinst_HEADERS = de.po es.po fr.po hu.po it.po nl.po pl.po pt_BR.po pt_PT.po \ - ru.po |