diff options
author | nobody <nobody@localhost> | 2003-06-29 00:20:00 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-06-29 00:20:00 +0800 |
commit | d911fbfda7e6922996319ea1434911df761014d1 (patch) | |
tree | e521429188462e4446c632b5bd4b6f333e589995 /Makefile.am | |
parent | 5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f (diff) | |
download | gsoc2013-evolution-EOG_2_3_4.tar.gz gsoc2013-evolution-EOG_2_3_4.tar.zst gsoc2013-evolution-EOG_2_3_4.zip |
This commit was manufactured by cvs2svn to create tag 'EOG_2_3_4'.EOG_2_3_4
svn path=/tags/EOG_2_3_4/; revision=21578
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index b4db0ddb23..0000000000 --- a/Makefile.am +++ /dev/null @@ -1,69 +0,0 @@ -changelogs = \ - ChangeLog \ - ChangeLog.pre-1-4 - -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 |