diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-09-26 14:57:19 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-10-03 14:02:45 -0400 |
commit | fd476deabb97d08086ad465c4d0e913c9437a6bb (patch) | |
tree | 2d8db4f2998555f76d5667f743aa910a166f1355 /include | |
parent | 2b5c81c2d8c643e58ac69d1d7f7a626fc392b1ea (diff) |
include: add a Makefile to install and distribute header file
Makefiles are simpler when they only handle what is in their
directory.
Reviewed-by: RĂ©mi Cardona <remi@gentoo.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 0000000..b668192 --- /dev/null +++ b/include/Makefile.am @@ -0,0 +1 @@ +include_HEADERS = pciaccess.h |