aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f7eb911e..25b8ce46 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,8 +18,8 @@ dillo_LDADD = \
dillo_SOURCES = \
dillo.cc \
- dir.c \
- dir.h \
+ paths.c \
+ paths.h \
ui.cc \
ui.hh \
uicmd.cc \
@@ -39,6 +39,8 @@ dillo_SOURCES = \
history.c \
prefs.c \
prefs.h \
+ prefsparser.cc \
+ prefsparser.hh \
msg.h \
list.h \
url.c \