From fd476deabb97d08086ad465c4d0e913c9437a6bb Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 26 Sep 2010 14:57:19 -0400 Subject: include: add a Makefile to install and distribute header file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Makefiles are simpler when they only handle what is in their directory. Reviewed-by: RĂ©mi Cardona Signed-off-by: Gaetan Nadon --- include/Makefile.am | 1 + 1 file changed, 1 insertion(+) create mode 100644 include/Makefile.am (limited to 'include') 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 -- cgit v1.2.3