diff options
Diffstat (limited to 'docs/examples/Makefile.am')
-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 7d7b239fa..6425707d8 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -9,7 +9,7 @@ EXTRA_DIST = README curlgtk.c sepheaders.c simple.c postit2.c \ ftpupload.c httpput.c simplessl.c ftpgetresp.c http-post.c \ post-callback.c multi-app.c multi-double.c multi-single.c \ multi-post.c fopen.c simplepost.c makefile.dj curlx.c https.c \ - multi-debugcallback.c fileupload.c getinfo.c ftp3rdparty.c + multi-debugcallback.c fileupload.c getinfo.c ftp3rdparty.c debug.c all: @echo "done" |