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/test-contact-print-style-editor.c | |
parent | d8eca23e1012bafe459a339f59915cd2518b070d (diff) | |
download | gsoc2013-evolution-3dd0e5884e06ec8a5376362da694a487b27b8ca6.tar.gz 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/test-contact-print-style-editor.c')
-rw-r--r-- | addressbook/printing/test-contact-print-style-editor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/printing/test-contact-print-style-editor.c b/addressbook/printing/test-contact-print-style-editor.c index 774ae9f7b0..f49625434e 100644 --- a/addressbook/printing/test-contact-print-style-editor.c +++ b/addressbook/printing/test-contact-print-style-editor.c @@ -25,6 +25,7 @@ #include <gtk/gtkmain.h> #include <libgnomeui/gnome-app.h> #include <libgnomeui/gnome-ui-init.h> +#include <bonobo/bonobo-main.h> #include "e-contact-print-style-editor.h" /* This is a horrible thing to do, but it is just a test. */ |