diff options
Diffstat (limited to 'local/Makefile.am')
-rw-r--r-- | local/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/local/Makefile.am b/local/Makefile.am new file mode 100644 index 0000000..9f97890 --- /dev/null +++ b/local/Makefile.am @@ -0,0 +1,10 @@ +dist_noinst_HEADERS = \ + c.h \ + fileutils.h \ + nls.h \ + procio.h \ + rpmatch.h \ + signals.h \ + strutils.h \ + tests.h \ + xalloc.h |