aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-02-08 06:24:28 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-02-08 06:24:28 +0000
commit6224779aca608fd457f1cb0d24ff516afe72694d (patch)
treed649345a1cf7b464e43cabc52f6a7bc613049c51 /src/Makefile.am
parent90f27721aa04778bfc238f1af95462c206aa6ce4 (diff)
implemented new message notification popup window.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3211 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cc0feb3c..1c613e63 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -93,7 +93,8 @@ sylpheed_SOURCES = \
update_check.c update_check.h \
quote_fmt_lex.l quote_fmt_lex.h \
quote_fmt_parse.y quote_fmt.h \
- sylpheed-marshal.c sylpheed-marshal.h
+ sylpheed-marshal.c sylpheed-marshal.h \
+ notificationwindow.c notificationwindow.h
BUILT_SOURCES = \
quote_fmt_lex.c \