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 /addressbook/backend | |
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 'addressbook/backend')
-rw-r--r-- | addressbook/backend/idl/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/addressbook/backend/idl/Makefile.am b/addressbook/backend/idl/Makefile.am index db61d2c30c..e9f011975b 100644 --- a/addressbook/backend/idl/Makefile.am +++ b/addressbook/backend/idl/Makefile.am @@ -1,5 +1,3 @@ -idldir = $(datadir)/idl - idl_DATA = \ addressbook.idl |