diff options
author | Keith Packard <keithp@keithp.com> | 2016-09-16 10:56:15 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-09-16 10:57:23 -0700 |
commit | 86038dfd42d6f6da9646ef2f87b2ab8ccba98e02 (patch) | |
tree | 8ae0c6e7cd661f1cbe1cc09e6a93b7963b52919c /os | |
parent | 56972d007dcde93693cb9e39931978b744942e5b (diff) |
os: Add 'ospoll.h' to Makefile.am
Distribute this source file.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'os')
-rw-r--r-- | os/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/Makefile.am b/os/Makefile.am index d97ba30fb..b5fb9d0fa 100644 --- a/os/Makefile.am +++ b/os/Makefile.am @@ -23,6 +23,7 @@ libos_la_SOURCES = \ osdep.h \ osinit.c \ ospoll.c \ + ospoll.h \ utils.c \ xdmauth.c \ xsha1.c \ |