summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTim Nieradzik, Jorge Arellano Cid <devnull@localhost>2009-04-28 08:32:47 -0400
committerTim Nieradzik, Jorge Arellano Cid <devnull@localhost>2009-04-28 08:32:47 -0400
commit25308249920a3f0bf194569193ddf369ff19e480 (patch)
treee250e306df1031bf532cd154e68ea415431e16c2 /src/Makefile.am
parent3b8078f51c75b6d9160688c544db60729df83e90 (diff)
Refactor the preferences parser
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 \