aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/Makefile.am
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-19 06:28:38 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-19 06:28:38 +0800
commit8eb6a561ab9013d3ad12599176c077c57f12ce08 (patch)
tree8b7076b92b3c63ce6df9eab0d824f88e1952c011 /addressbook/gui/contact-editor/Makefile.am
parent4c08e67f41a8069264343daa052002dc4e9de822 (diff)
downloadgsoc2013-evolution-8eb6a561ab9013d3ad12599176c077c57f12ce08.tar
gsoc2013-evolution-8eb6a561ab9013d3ad12599176c077c57f12ce08.tar.gz
gsoc2013-evolution-8eb6a561ab9013d3ad12599176c077c57f12ce08.tar.bz2
gsoc2013-evolution-8eb6a561ab9013d3ad12599176c077c57f12ce08.tar.lz
gsoc2013-evolution-8eb6a561ab9013d3ad12599176c077c57f12ce08.tar.xz
gsoc2013-evolution-8eb6a561ab9013d3ad12599176c077c57f12ce08.tar.zst
gsoc2013-evolution-8eb6a561ab9013d3ad12599176c077c57f12ce08.zip
Fixed e_card_name_copy and e_card_arbitrary_copy to deal correctly with a
2000-05-18 Christopher James Lahey <clahey@helixcode.com> * backend/ebook/e-card.c: Fixed e_card_name_copy and e_card_arbitrary_copy to deal correctly with a passed NULL. * contact-editor/Makefile.am: Removed imagesdir stuff. * contact-editor/arrow.png: Made this transparent. * contact-editor/contact-editor.glade, contact-editor/e-contact-editor-strings.h: Renamed some widgets and added custom widgets for all of the images. * contact-editor/e-contact-editor.c: Worked on making this work decently well with messed up glade files. Cleaned up a lot of code. svn path=/trunk/; revision=3121
Diffstat (limited to 'addressbook/gui/contact-editor/Makefile.am')
-rw-r--r--addressbook/gui/contact-editor/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am
index 5133ffa30f..d3beb08fed 100644
--- a/addressbook/gui/contact-editor/Makefile.am
+++ b/addressbook/gui/contact-editor/Makefile.am
@@ -1,9 +1,3 @@
-imagesdir = $(datadir)/images/evolution
-#images = email.png head.png phone.png snailmail.png web.png arrow.png briefcase.png netmeeting.png netfreebusy.png
-
-#EXTRA_DIST = $(images)
-#pkgdata_DATA = $(images)
-
CPPFLAGS = \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DDATADIR=\""$(datadir)"\"
@@ -14,7 +8,6 @@ INCLUDES = \
-I$(top_srcdir)/addressbook/ \
-I$(top_srcdir)/addressbook/backend \
-I$(top_srcdir)/widgets/e-table \
- -DEVOLUTION_IMAGES=\""$(imagesdir)"\" \
-DG_LOG_DOMAIN=\"contact-editor\"
noinst_LIBRARIES = \