diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-06 07:47:12 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-06 07:47:12 +0800 |
commit | 3dd0e5884e06ec8a5376362da694a487b27b8ca6 (patch) | |
tree | 12809702799aafbd606a15a59141878b6ab45fe0 /addressbook/printing/Makefile.am | |
parent | d8eca23e1012bafe459a339f59915cd2518b070d (diff) | |
download | gsoc2013-evolution-3dd0e5884e06ec8a5376362da694a487b27b8ca6.tar gsoc2013-evolution-3dd0e5884e06ec8a5376362da694a487b27b8ca6.tar.gz gsoc2013-evolution-3dd0e5884e06ec8a5376362da694a487b27b8ca6.tar.bz2 gsoc2013-evolution-3dd0e5884e06ec8a5376362da694a487b27b8ca6.tar.lz gsoc2013-evolution-3dd0e5884e06ec8a5376362da694a487b27b8ca6.tar.xz gsoc2013-evolution-3dd0e5884e06ec8a5376362da694a487b27b8ca6.tar.zst gsoc2013-evolution-3dd0e5884e06ec8a5376362da694a487b27b8ca6.zip |
Define in terms of privdatadir. (gladedir): Defined in configure.in now.
* printing/Makefile.am (ecpsdir): Define in terms of privdatadir.
(gladedir): Defined in configure.in now.
* printing/e-contact-print.c: #include <string.h>
* printing/test-print.c: #include <bonobo/bonobo-main.h>
* printing/test-contact-print-style-editor.c: Likewise
svn path=/trunk/; revision=19780
Diffstat (limited to 'addressbook/printing/Makefile.am')
-rw-r--r-- | addressbook/printing/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am index bafa872241..67868ac237 100644 --- a/addressbook/printing/Makefile.am +++ b/addressbook/printing/Makefile.am @@ -1,12 +1,9 @@ -ecpsdir = $(datadir)/evolution-$(BASE_VERSION)/ecps - +ecpsdir = $(privdatadir)/ecps ecps_DATA = \ smallbook.ecps \ medbook.ecps \ phonelist.ecps -gladedir = $(datadir)/evolution-$(BASE_VERSION)/glade - glade_DATA = \ e-contact-print.glade @@ -19,7 +16,6 @@ INCLUDES = \ -I$(top_srcdir) \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_ECPSDIR=\""$(ecpsdir)"\" \ - -DDATADIR=\""$(datadir)"\" \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) noinst_LIBRARIES = \ |