summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2008-12-20 17:19:27 -0300
committerJorge Arellano Cid <jcid@dillo.org>2008-12-20 17:19:27 -0300
commit9b532026d3fc5c379827351c4da8b219012cb1c7 (patch)
tree87880cdd0fe5b27745b68002e7c308367b3bb87e /src/Makefile.am
parent2950e1945283baeffea46480d14f32e21b294a44 (diff)
Added basic authentication!
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
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 \