aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/conduit
diff options
context:
space:
mode:
authorJP Rosevear <jpr@helixcode.com>2001-01-05 05:56:16 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-01-05 05:56:16 +0800
commit5ff5cd81532edda57a0793273fee0cdadef07dd9 (patch)
treecbf4db4f680092b57f36b89d166e200c20d02580 /addressbook/conduit
parent2bd88e7f2587809a6079a8cfd92876be50a46ee6 (diff)
downloadgsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.tar
gsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.tar.gz
gsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.tar.bz2
gsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.tar.lz
gsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.tar.xz
gsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.tar.zst
gsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.zip
Remove non-existent file
2001-01-04 JP Rosevear <jpr@helixcode.com> * POTFILES.in: Remove non-existent file 2001-01-04 JP Rosevear <jpr@helixcode.com> * conduit/Makefile.am: Fix hard coded library names that were accidentally committed (i'm looking at you miggie) * contact-editor/e-contact-editor.c (categories_clicked): Reflect renaming. * contact-editor/e-contact-editor-categories.[hc]: These are living in gal now svn path=/trunk/; revision=7261
Diffstat (limited to 'addressbook/conduit')
-rw-r--r--addressbook/conduit/Makefile.am13
1 files changed, 11 insertions, 2 deletions
diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am
index ab8a972b5b..f17f060aef 100644
--- a/addressbook/conduit/Makefile.am
+++ b/addressbook/conduit/Makefile.am
@@ -12,8 +12,17 @@ bin_PROGRAMS = e-address-conduit-control-applet
e_address_conduit_control_applet_SOURCES = address-conduit-control-applet.c
-e_address_conduit_control_applet_LDFLAGS = \
- -rdynamic -L/usr/lib -L/usr/X11R6/lib -lcapplet -lgnorba -lgpilotd -lgpilotdcm -lgpilotdconduit -lgnomevfs -lgthread -lpthread -lbonobo -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgnome -lgnomesupport -lesd -laudiofile -ldb1 -lgdk_pixbuf -ltiff -ljpeg -lpng -lgtk -lgdk -lgmodule -ldl -lXi -lXext -lX11 -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib -lnsl -lm -lxml -lz -lpisock
+e_address_conduit_control_applet_LDADD = \
+ $(CAPPLET_LIBS) \
+ $(GNOME_LIBDIR) \
+ $(GNOME_PILOT_LIBS) \
+ $(PISOCK_LIBDIR) $(PISOCK_LIBS) \
+ $(GNOME_CAPPLET_LIBS) \
+ $(BONOBO_VFS_GNOME_LIBS) \
+ $(GNOME_XML_LIB) \
+ $(GNOMEUI_LIBS) \
+ $(INTLLIBS)
+
# Address Conduit
e_address_conduitsdir=$(libdir)/gnome-pilot/conduits