diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2008-12-20 17:19:27 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2008-12-20 17:19:27 -0300 |
commit | 9b532026d3fc5c379827351c4da8b219012cb1c7 (patch) | |
tree | 87880cdd0fe5b27745b68002e7c308367b3bb87e /src/Makefile.am | |
parent | 2950e1945283baeffea46480d14f32e21b294a44 (diff) |
Added basic authentication!
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d4d03eea..8da631ea 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -28,6 +28,8 @@ dillo_SOURCES = \ bw.c \ cookies.c \ cookies.h \ + auth.c \ + auth.h \ colors.c \ colors.h \ binaryconst.h \ |