Bug 2227

Summary: make dist check missing common/*.javain
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2004    

Description Andrew Cagney 2006-01-27 19:18:28 UTC
More files added, more files missed from distcheck.
Comment 1 Andrew Cagney 2006-01-27 19:20:30 UTC
Adjust Makefile.gen.sh so that it is more likely to generate rules for adding
the needed files:

Index: common/ChangeLog
2006-01-27  Andrew Cagney  <cagney@redhat.com>

        * Makefile.gen.sh (EXTRA_DIST): Remove common/JUnitTests.javain.

        * Makefile.rules (EXTRA_DIST): Delete *.javain.
        * Makefile.gen.sh (GEN_MAKENAME): Define, replace <<_dir>>.
        (GEN_NODIST, GEN_SOURCES): Replace with <<sources>> and
        <<nodist_sources>>.
        (BUILT_SOURCES): Add <<nodist_sources>>.

        * Makefile.gen.sh: Mark the generated Built.java, JUnitTests.java,
        and TestRunner.java as NODIST.

        * Makefile.rules (EXTRA_DIST): Add *.javain.

also lost were:

Index: frysk-gtk/tlwidgets/ChangeLog
2006-01-27  Andrew Cagney  <cagney@redhat.com>

        * Makefile.am (EXTRA_DIST): Add src/widgets/ftkconsole.h,
        src/widgets/ftkstripchart.h, and src/widgets/ftktimeline.h.