put optionstr.h into devel package

This commit is contained in:
Dave Airlie 2011-11-29 15:42:29 +00:00
parent 05bc5d1eee
commit a6e66b8e89

View File

@ -0,0 +1,27 @@
From 795fbe3e6e440f023e52c452106f4c266c13d36c Mon Sep 17 00:00:00 2001
From: Keith Packard <keithp@keithp.com>
Date: Sun, 20 Nov 2011 13:33:12 -0800
Subject: [PATCH] Add 'optionstr.h' to include/Makefile.am
This makes sure it gets distributed
Signed-off-by: Keith Packard <keithp@keithp.com>
---
include/Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/Makefile.am b/include/Makefile.am
index 6f63c76..972f403 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -32,6 +32,7 @@ sdk_HEADERS = \
misc.h \
miscstruct.h \
opaque.h \
+ optionstr.h \
os.h \
pixmap.h \
pixmapstr.h \
--
1.7.7.3