diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-04-28 19:05:46 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-04-28 19:05:46 +0200 |
commit | fc7d5d22b8242381c2c454ca7ae5587e79c33580 (patch) | |
tree | dda15418f36613802aa6c9bc1e19fd284e21656f | |
parent | d2057f41e2bb0bc88178ca3d2bc9efd448d5c8b5 (diff) |
fix typo in Makefile
-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 \ |