diff options
-rw-r--r-- | docs/examples/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index f620440c7..b8e9bc6a2 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -5,7 +5,8 @@ AUTOMAKE_OPTIONS = foreign no-dependencies EXTRA_DIST = - README curlgtk.c sepheaders.c simple.c postit.c + README curlgtk.c sepheaders.c simple.c postit.c \ + getpageinvar.php simpleget.php simplepost.php all: @echo "done" |