|
From: CVS C. to T. <the...@li...> - 2010-11-02 21:37:48
|
Revision: 556
http://themis.svn.sourceforge.net/themis/?rev=556&view=rev
Author: mark_hellegers
Date: 2010-11-02 21:37:42 +0000 (Tue, 02 Nov 2010)
Log Message:
-----------
- Make sure the new BasePrefsView and HTMLParserPrefsView are built.
Modified Paths:
--------------
trunk/themis/makefile
Modified: trunk/themis/makefile
===================================================================
--- trunk/themis/makefile 2010-11-02 21:31:21 UTC (rev 555)
+++ trunk/themis/makefile 2010-11-02 21:37:42 UTC (rev 556)
@@ -116,7 +116,8 @@
common/cacheuser.cpp \
common/cacheobject.cpp \
common/stripwhite.cpp \
- common/TTextView.cpp
+ common/TTextView.cpp \
+ common/BasePrefsView.cpp
#add similar lines for new plugins, libraries, etc.
HTTPADDONSOURCES= \
http/optionshandler.cpp \
@@ -210,7 +211,8 @@
HTMLParser/Position.cpp \
HTMLParser/ReadException.cpp \
HTMLParser/SGMLParser.cpp \
- HTMLParser/SGMLScanner.cpp
+ HTMLParser/SGMLScanner.cpp \
+ HTMLParser/HTMLParserPrefsView.cpp
CSSPARSERSOURCES= \
CSSParser/AtRuleParser.cpp \
CSSParser/BaseParser.cpp \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|