diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2009-07-23 15:16:44 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2009-07-23 15:32:20 -0700 |
commit | 7c6b5458de9bc7f6cd972a36b56888aaa3d201ee (patch) | |
tree | ef2515f1e4ad7f40f9d4e58dbd47ef72d3808800 /Makefile.am | |
parent | 20daa145c437c3ba67970146f6182849f87a1b43 (diff) |
Fix dist.
* Makefile.am: Include the test/ subdirectory in the dist tarball.
* include/Makefile.am: Move events.h to sdk_HEADERS and eventconvert.h to
EXTRA_DIST so they're included in the tarball. events.h shouldn't be
included in the SDK either, but for now it's needed by input.h.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4ee1e179d..cf1469ff7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -80,7 +80,8 @@ DIST_SUBDIRS = \ glx \ exa \ config \ - hw + hw \ + test # gross hack relink: all |