quick_dump: Makefile.am best practices and fix distcheck
authorMatt Turner <mattst88@gmail.com>
Fri, 8 Feb 2013 19:36:54 +0000 (19:36 +0000)
committerBen Widawsky <ben@bwidawsk.net>
Fri, 8 Feb 2013 20:04:43 +0000 (12:04 -0800)
commit05795daebf3b4d37b89422a2fca0236ee6a26b73
tree447db08d37b15ce6900b401d6a7a396825962399
parentc73eab9f4043ee2c9be00250190a2833bf307aee
quick_dump: Makefile.am best practices and fix distcheck

A few changes
  - Put CPPFLAGS in AM_CPPFLAGS instead of a per-target CFLAGS var;
  - Use _LIBS/_CFLAGS from pkg-config instead of hard-coded values;
  - List non-generated scripts in dist_bin_SCRIPTS;
  - Add chipset.py to the run that implicitly generates it, which fixes
    distcheck.

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
tools/quick_dump/Makefile.am