aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/printing
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-04-24 17:45:21 +0800
committerMilan Crha <mcrha@redhat.com>2009-04-24 17:45:21 +0800
commit8a072ffc7c0ddcde472877a51ace0bb14f86fb0a (patch)
tree5c49c7807f24cd118e32e11ad52482b0ce65d0e6 /addressbook/printing
parentf6792a6f1e60b04ee1c137c9232802df437580f6 (diff)
downloadgsoc2013-evolution-8a072ffc7c0ddcde472877a51ace0bb14f86fb0a.tar.gz
gsoc2013-evolution-8a072ffc7c0ddcde472877a51ace0bb14f86fb0a.tar.zst
gsoc2013-evolution-8a072ffc7c0ddcde472877a51ace0bb14f86fb0a.zip
GN-bug #572348 - Removed deprecated Gtk+ symbols
Some still left, because those gone in kill-bonobo branch.
Diffstat (limited to 'addressbook/printing')
-rw-r--r--addressbook/printing/Makefile.am14
1 files changed, 1 insertions, 13 deletions
diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am
index 12be8759d4..8db1e7d889 100644
--- a/addressbook/printing/Makefile.am
+++ b/addressbook/printing/Makefile.am
@@ -4,9 +4,6 @@ ecps_DATA = \
medbook.ecps \
phonelist.ecps
-glade_DATA = \
- e-contact-print.glade
-
INCLUDES = \
-DG_LOG_DOMAIN=\"addressbook-printing\" \
-I$(top_srcdir)/addressbook \
@@ -21,8 +18,6 @@ noinst_LTLIBRARIES = \
libecontactprint.la
libecontactprint_la_SOURCES = \
- e-contact-print-style-editor.c \
- e-contact-print-style-editor.h \
e-contact-print-types.h \
e-contact-print.c \
e-contact-print.h
@@ -32,8 +27,7 @@ libecontactprint_la_LIBADD = \
$(top_builddir)/widgets/misc/libemiscwidgets.la
noinst_PROGRAMS = \
- contact-print-test \
- contact-print-style-editor-test
+ contact-print-test
contact_print_test_SOURCES = \
test-print.c
@@ -44,17 +38,11 @@ contact_print_test_LDADD = \
$(top_builddir)/e-util/libeutil.la \
$(EVOLUTION_ADDRESSBOOK_LIBS)
-contact_print_style_editor_test_SOURCES = \
- test-contact-print-style-editor.c
-
contact_print_style_editor_test_LDADD = \
libecontactprint.la \
$(top_builddir)/addressbook/util/libeabutil.la \
$(top_builddir)/e-util/libeutil.la \
$(EVOLUTION_ADDRESSBOOK_LIBS)
-
-
EXTRA_DIST = \
- $(glade_DATA) \
$(ecps_DATA)