diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-08-22 04:40:25 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-08-22 04:40:25 +0000 |
commit | 1ae4a800cdffe7349c92f11c577958642ead7de7 (patch) | |
tree | 50d0ce81f38f15e945158a0ca6789d1ae6524a2e /common | |
parent | 8327293fd9d76cab3da18d476c619748a5354f1c (diff) |
Include ppoll.h into the distributionutils-3.3
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 13752a04..30211fab 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -9,4 +9,6 @@ noinst_PROGRAMS = test_textfile test_textfile_LDADD = libhelper.a +EXTRA_DIST = ppoll.h + MAINTAINERCLEANFILES = Makefile.in |