aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-08-04 01:29:57 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-08-04 01:29:57 +0000
commit476b7acfecdce96c2fac1f99dbec216029547179 (patch)
tree8652cf91f374a23e3fcd1cbff7a1ac37cab83c1a /src/Makefile.am
parent21161e9ecb7ade63c81ab126281ef5e2b9ee3ccc (diff)
generate sylpheed.rc from sylpheed.rc.in.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1115 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1befcfe8..aa90623c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -96,7 +96,8 @@ BUILT_SOURCES = \
EXTRA_DIST = \
quote_fmt_parse.h \
sylpheed-marshal.list \
- version.h.in
+ version.h.in \
+ sylpheed.rc.in
INCLUDES = \
-DG_LOG_DOMAIN=\"Sylpheed\" \
@@ -108,8 +109,8 @@ INCLUDES = \
if HAVE_WINDRES
SYLPHEED_RES = sylpheed.res
-sylpheed.rc:
- echo "SYLPHEED ICON icons/sylpheed.ico" >$@
+#sylpheed.rc:
+# echo "SYLPHEED ICON icons/sylpheed.ico" >$@
sylpheed.res: sylpheed.rc
$(WINDRES) $< -O coff -o $@
else