28 lines
661 B
Diff
28 lines
661 B
Diff
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
|
|
|