diff options
author | Dan Winship <danw@src.gnome.org> | 2003-01-06 22:19:06 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-01-06 22:19:06 +0800 |
commit | b4c4834eaa79edc11995f6b209e723d5ec6ecd56 (patch) | |
tree | e897f69b780806110a5c88720d6fa3dd2a7e4ff5 /mail/Makefile.am | |
parent | cd6da3a0c9804ca8c75b69d47e16ca67847c0b1f (diff) | |
download | gsoc2013-evolution-b4c4834eaa79edc11995f6b209e723d5ec6ecd56.tar.gz gsoc2013-evolution-b4c4834eaa79edc11995f6b209e723d5ec6ecd56.tar.zst gsoc2013-evolution-b4c4834eaa79edc11995f6b209e723d5ec6ecd56.zip |
remove idldir definition. (It's defined in configure.in now)
* Makefile.am: remove idldir definition. (It's defined in
configure.in now)
svn path=/trunk/; revision=19242
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 357ce0f5fa..0360bf5447 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -181,7 +181,6 @@ etspec_DATA = mail-accounts.etspec message-list.etspec subscribe-dialog.etspec iconsdir = $(datadir)/images/evolution buttonsdir = $(datadir)/images/evolution/buttons -idldir = $(datadir)/idl idl_DATA = Mailer.idl $(EVOLUTION_MAIL_CORBA_GENERATED): Mailer.idl |