diff options
author | Keith Packard <keithp@keithp.com> | 2011-11-20 13:33:12 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-11-20 14:50:57 -0800 |
commit | 795fbe3e6e440f023e52c452106f4c266c13d36c (patch) | |
tree | b31af65127880d6774c3865b0e848e3f6d1310e6 | |
parent | 328074890eeb111950e984c6f618311983600b20 (diff) |
Add 'optionstr.h' to include/Makefile.am
This makes sure it gets distributed
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | include/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 6f63c764f..972f403ce 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 \ |