diff options
author | jcid <devnull@localhost> | 2008-06-30 19:50:14 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-06-30 19:50:14 +0200 |
commit | 4d256a6e73e6e12805f64ed9dabc36d8711832d2 (patch) | |
tree | 061fe144a28c2a03c2e38790766415839c8bad31 /src/Makefile.am | |
parent | 8d56726d8e2d461cee1af1e1d90b4c2bb36fd987 (diff) |
- Added html_common.hh to Makefile.am
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1934778b..ce775f52 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -69,6 +69,7 @@ dillo_fltk_SOURCES = \ plain.cc \ html.cc \ html.hh \ + html_common.hh \ form.cc \ form.hh \ table.cc \ |