diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-06 07:49:02 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-06 07:49:02 +0800 |
commit | e3cc8849e5d910987ccecb39a343e59845e3c836 (patch) | |
tree | c8fe112bc06217d7b31664225f1fb96cbd570f32 /addressbook | |
parent | 13fb419aa00a75cee734a775930b2e048b884254 (diff) | |
download | gsoc2013-evolution-e3cc8849e5d910987ccecb39a343e59845e3c836.tar gsoc2013-evolution-e3cc8849e5d910987ccecb39a343e59845e3c836.tar.gz gsoc2013-evolution-e3cc8849e5d910987ccecb39a343e59845e3c836.tar.bz2 gsoc2013-evolution-e3cc8849e5d910987ccecb39a343e59845e3c836.tar.lz gsoc2013-evolution-e3cc8849e5d910987ccecb39a343e59845e3c836.tar.xz gsoc2013-evolution-e3cc8849e5d910987ccecb39a343e59845e3c836.tar.zst gsoc2013-evolution-e3cc8849e5d910987ccecb39a343e59845e3c836.zip |
Remove cruft
* conduit/Makefile.am (INCLUDES): Remove cruft
svn path=/trunk/; revision=19787
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/conduit/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am index 28d31e4868..b630443862 100644 --- a/addressbook/conduit/Makefile.am +++ b/addressbook/conduit/Makefile.am @@ -6,8 +6,7 @@ INCLUDES = \ -I$(top_srcdir)/e-util \ -I$(top_builddir)/e-util \ $(PISOCK_CFLAGS) \ - $(EVOLUTION_ADDRESSBOOK_CONDUIT_CFLAGS) \ - -DCAMEL_PROVIDERDIR=\""$(providerdir)"\" + $(EVOLUTION_ADDRESSBOOK_CONDUIT_CFLAGS) # Address Conduit e_address_conduitsdir=$(libdir)/gnome-pilot/conduits |