diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-11 19:55:44 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-11 19:55:44 +0100 |
commit | fc9fed81c8ee42be4c7f241bd9dd623f1c7e9ae9 (patch) | |
tree | f1a72e9131feef10a02f03a85a311df680cb5118 /src/Makefile.am | |
parent | 5f5e3153376396298baaf364b5741160d3543e79 (diff) |
import CSS parser code from dillo-0.8.0-css-3
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b6afb94a..7629aaef 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -67,6 +67,8 @@ dillo_SOURCES = \ capi.h \ css.cc \ css.hh \ + cssparser.cc \ + cssparser.hh \ doctree.hh \ styleengine.cc \ styleengine.hh \ |