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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ea30cd2..a285275 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ ACLOCAL_AMFLAGS = -I m4 # Order: scanpci depends on libpciaccess built in src -SUBDIRS = man src scanpci +SUBDIRS = include man src scanpci pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = pciaccess.pc |