diff options
author | Dan Winship <danw@src.gnome.org> | 2003-07-24 00:42:34 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-07-24 00:42:34 +0800 |
commit | 4cda78f4480f24113856edc4bdcde0101e7506ff (patch) | |
tree | 25df0010d016c9d0acbc2584d12be465342b8677 /composer/Makefile.am | |
parent | e54a99c41cdd3ad9a1198760cf5ada158672bc88 (diff) | |
download | gsoc2013-evolution-4cda78f4480f24113856edc4bdcde0101e7506ff.tar.gz gsoc2013-evolution-4cda78f4480f24113856edc4bdcde0101e7506ff.tar.zst gsoc2013-evolution-4cda78f4480f24113856edc4bdcde0101e7506ff.zip |
Remove this. It was only used by e-icon-list, which is no longer there.
* bad-icon.xpm: Remove this. It was only used by e-icon-list,
which is no longer there.
* composer-marshal.list: Likewise
* Makefile.am: Update
svn path=/trunk/; revision=21914
Diffstat (limited to 'composer/Makefile.am')
-rw-r--r-- | composer/Makefile.am | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/composer/Makefile.am b/composer/Makefile.am index 1699dbff37..811bbf881f 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -29,19 +29,6 @@ $(HTML_EDITOR_GENERATED): $(GTKHTML_DATADIR)/Editor.idl ## -composer-marshal.h: composer-marshal.list - ( @GLIB_GENMARSHAL@ --prefix=e_msg_composer_marshal composer-marshal.list --header > composer-marshal.tmp \ - && mv composer-marshal.tmp composer-marshal.h ) \ - || ( rm -f composer-marshal.tmp && exit 1 ) -composer-marshal.c: composer-marshal.h - ( @GLIB_GENMARSHAL@ --prefix=e_msg_composer_marshal composer-marshal.list --body > composer-marshal.tmp \ - && mv composer-marshal.tmp composer-marshal.c ) \ - || ( rm -f composer-marshal.tmp && exit 1 ) - -$(libcomposer_la_OBJECTS): composer-marshal.h - -## - idl_DATA = $(IDLS) glade_DATA = \ @@ -73,7 +60,6 @@ INCLUDES = \ libcomposer_la_SOURCES = \ $(IDL_GENERATED) \ $(HTML_EDITOR_GENERATED) \ - composer-marshal.c \ e-msg-composer-attachment-bar.c \ e-msg-composer-attachment-bar.h \ e-msg-composer-attachment.c \ @@ -92,9 +78,7 @@ libcomposer_la_SOURCES = \ EXTRA_DIST = \ $(glade_DATA) \ $(IDLS) \ - ChangeLog.pre-1-4 \ - composer-marshal.list \ - bad-icon.xpm + ChangeLog.pre-1-4 BUILT_SOURCES = $(IDL_GENERATED) $(HTML_EDITOR_GENERATED) CLEANFILES = $(BUILT_SOURCES) |