diff options
author | Guenter Knauf <lists@gknw.net> | 2011-09-24 15:06:21 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2011-09-24 15:06:21 +0200 |
commit | 8bab6700d9a7f2085c81c069e0ac0792ac0521b2 (patch) | |
tree | 0ac41585813bec2bd0afc204312a0535d851c7fb | |
parent | 081e289315643339737c667d6586c27257b89634 (diff) | |
download | curl-8bab6700d9a7f2085c81c069e0ac0792ac0521b2.tar.gz |
Added header to be included by dist script.
Probably the wrong place, but I dont know better.
-rw-r--r-- | docs/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index ea335eb34..735942e78 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -23,7 +23,7 @@ AUTOMAKE_OPTIONS = foreign nostdinc EXTRA_DIST = README Makefile.example Makefile.inc Makefile.m32 \ - Makefile.netware makefile.dj $(COMPLICATED_EXAMPLES) + Makefile.netware makefile.dj printf_macro.h $(COMPLICATED_EXAMPLES) # Specify our include paths here, and do it relative to $(top_srcdir) and # $(top_builddir), to ensure that these paths which belong to the library |