Wireshark-commits: [Wireshark-commits] master 8e0a9dc: codecs: Move noinst_HEADERS to Makefile.am

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 12 May 2016 12:44:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8e0a9dc8bac4d066a48a79f7a399a928bc0cdb1d
Submitter: João Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8e0a9dc by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    codecs: Move noinst_HEADERS to Makefile.am
    
    It's not common code and because it is only required for make dist
    placing it in Makefile.am provides better automake readability.
    
    Also noinst_HEADERS is not necessary in _SOURCES.
    
    Change-Id: I5269b79b62141efbc3151e69c5584643e5ebec47
    Reviewed-on: https://code.wireshark.org/review/15399
    Reviewed-by: João Valverde <j@xxxxxx>
    

Actions performed:

    from  aa033aa   WiX banner and dialog images.
    adds  8e0a9dc   codecs: Move noinst_HEADERS to Makefile.am


Summary of changes:
 codecs/Makefile.am     |   16 ++++++++++++++--
 codecs/Makefile.common |   11 -----------
 2 files changed, 14 insertions(+), 13 deletions(-)