diff options
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 25b8ce46..0e050486 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,8 +18,8 @@ dillo_LDADD = \ dillo_SOURCES = \ dillo.cc \ - paths.c \ - paths.h \ + paths.cc \ + paths.hh \ ui.cc \ ui.hh \ uicmd.cc \ |