diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-02-15 15:18:09 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-02-15 15:18:09 +0100 |
commit | 6d4668bdaf393aa45d9adb640774f998c6b4aa58 (patch) | |
tree | 29c84032a504246770a26f2c5df44c54db863568 /src/Makefile.am | |
parent | a0be14cce5ba22614d92712b44d609c73d066892 (diff) | |
download | sciteco-6d4668bdaf393aa45d9adb640774f998c6b4aa58.tar.gz |
added EMCurses/Emscripten support
by building with Emscripten support, SciTECO may be
embedded into web pages.
* sciteco.html is not a piece of documentation but a sample SciTECO embedding
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 93de359..596f398 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,7 +14,8 @@ endif BUILT_SOURCES = EXTRA_DIST = gtk-info-popup.gob \ - symbols-extract.tes + symbols-extract.tes \ + sciteco.html noinst_LIBRARIES = libsciteco-base.a libsciteco_base_a_SOURCES = main.cpp sciteco.h \ |