diff options
author | nobody <nobody@localhost> | 2003-05-03 19:02:31 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-05-03 19:02:31 +0800 |
commit | 8a6581d69f396a7629cf41848f49c1eaef7243a3 (patch) | |
tree | 1445967f5c0ef4c749bc1b4030295ea1a12e3c00 /Makefile.am | |
parent | 19f2626e65d1700ff9c631a70ecb917f98dfcb38 (diff) | |
download | gsoc2013-evolution-GTKHTML_3_0_6.tar.gz gsoc2013-evolution-GTKHTML_3_0_6.tar.zst gsoc2013-evolution-GTKHTML_3_0_6.zip |
This commit was manufactured by cvs2svn to create tagGTKHTML_3_0_6
'GTKHTML_3_0_6'.
svn path=/tags/GTKHTML_3_0_6/; revision=21085
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 05cc3195db..0000000000 --- a/Makefile.am +++ /dev/null @@ -1,68 +0,0 @@ -changelogs = \ - ChangeLog - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = \ - camel.pc \ - evolution-shell.pc \ - evolution-addressbook.pc \ - evolution-calendar.pc - -EXTRA_DIST = \ - AUTHORS \ - $(changelogs) \ - COPYING-DOCS \ - README \ - HACKING \ - MAINTAINERS \ - NEWS \ - NEWS-1.0 \ - intltool-merge.in \ - intltool-update.in \ - intltool-extract.in \ - $(pkgconfig_DATA:.pc=.pc.in) - -SUBDIRS = \ - data \ - e-util \ - libical \ - libversit \ - widgets \ - shell \ - camel \ - filter \ - libwombat \ - addressbook \ - calendar \ - my-evolution \ - art \ - composer \ - mail \ - ui \ - default_user \ - views \ - wombat \ - tools \ - help \ - po - - -# CDE Stuff - -if HAVE_DTAPPINTEGRATE - -# This installs Evolution into the Application Manager on CDE -dtappintegrate: - ( cd data && make dtappintegrate ) - -# ...And this uninstalls it -dtappunintegrate: - ( cd data ; make dtappunintegrate ) - -# Install/uninstall for CDE -cde-install: install dtappintegrate -cde-uninstall: dtappunintegrate uninstall - -endif - -ACLOCAL_AMFLAGS = -I m4 |