diff options
Diffstat (limited to 'addressbook/contact-editor/Makefile.am')
-rw-r--r-- | addressbook/contact-editor/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/addressbook/contact-editor/Makefile.am b/addressbook/contact-editor/Makefile.am index 5133ffa30f..d3beb08fed 100644 --- a/addressbook/contact-editor/Makefile.am +++ b/addressbook/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 = \ |