diff options
author | nobody <nobody@localhost> | 2000-05-02 07:51:27 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-05-02 07:51:27 +0800 |
commit | 3d7163ea2143ddd08da1563c945da92cb44bdc96 (patch) | |
tree | 02764133d670788239da089583f787e455be8439 /composer/Makefile.am | |
parent | 46a917144878351adb2db43ab27179a271a03d7d (diff) | |
download | gsoc2013-evolution-GIDE_0_3_0.tar.gz gsoc2013-evolution-GIDE_0_3_0.tar.zst gsoc2013-evolution-GIDE_0_3_0.zip |
This commit was manufactured by cvs2svn to create tag 'GIDE_0_3_0'.GIDE_0_3_0
svn path=/tags/GIDE_0_3_0/; revision=2732
Diffstat (limited to 'composer/Makefile.am')
-rw-r--r-- | composer/Makefile.am | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/composer/Makefile.am b/composer/Makefile.am deleted file mode 100644 index b292516bc5..0000000000 --- a/composer/Makefile.am +++ /dev/null @@ -1,53 +0,0 @@ -gladedir = $(datadir)/evolution/glade - -glade_DATA = \ - e-msg-composer-address-dialog.glade \ - e-msg-composer-attachment.glade - -libcomposerincludedir = $(includedir)/composer - -noinst_LTLIBRARIES = libcomposer.la -libcomposer_la_LDFLAGS = -static - -INCLUDES = \ - -I$(top_srcdir) \ - -I$(top_builddir) \ - -I$(top_srcdir)/camel \ - -I$(top_builddir)/camel \ - $(GNOME_INCLUDEDIR) \ - $(BONOBO_GNOME_CFLAGS) - -CPPFLAGS = \ - -DE_GLADEDIR=\"$(gladedir)\" - -libcomposer_la_SOURCES = \ - e-msg-composer-address-dialog.c \ - e-msg-composer-address-entry.c \ - e-msg-composer-attachment-bar.c \ - e-msg-composer-attachment.c \ - e-msg-composer-hdrs.c \ - e-msg-composer.c - -libcomposerinclude_HEADERS = \ - e-msg-composer-address-dialog.h \ - e-msg-composer-address-entry.h \ - e-msg-composer-attachment-bar.h \ - e-msg-composer-attachment.h \ - e-msg-composer-hdrs.h \ - e-msg-composer.h - -## libcomposer_LDADD = \ - $(top_builddir)/camel/libcamel.la \ - $(BONOBO_GNOME_LIBS) \ - $(GNOME_LIBDIR) \ - $(GNOMEUI_LIBS) \ - $(INTLLIBS) \ - $(PTHREAD_LIB) \ - $(EXTRA_GNOME_LIBS) - - -EXTRA_DIST = \ - $(glade_DATA) \ - ChangeLog - - |