aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-10-14 23:38:59 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-10-26 00:51:11 +0800
commit50f322c578b697f5a9b91d6289308927ec3d21c0 (patch)
tree22b0c8a3a364d0e2bd19aadf2efdb97845c89e13 /e-util/Makefile.am
parenteb166460103ecbf561d56a518447442851b3db6e (diff)
downloadgsoc2013-evolution-50f322c578b697f5a9b91d6289308927ec3d21c0.tar
gsoc2013-evolution-50f322c578b697f5a9b91d6289308927ec3d21c0.tar.gz
gsoc2013-evolution-50f322c578b697f5a9b91d6289308927ec3d21c0.tar.bz2
gsoc2013-evolution-50f322c578b697f5a9b91d6289308927ec3d21c0.tar.lz
gsoc2013-evolution-50f322c578b697f5a9b91d6289308927ec3d21c0.tar.xz
gsoc2013-evolution-50f322c578b697f5a9b91d6289308927ec3d21c0.tar.zst
gsoc2013-evolution-50f322c578b697f5a9b91d6289308927ec3d21c0.zip
Add EProxyComboBox.
EProxyComboBox is a combo box of available proxy profiles, as described by ESource instances with an ESourceProxy extension.
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r--e-util/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index f1fb677f43..22d1133181 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -224,6 +224,7 @@ evolution_util_include_HEADERS = \
e-preview-pane.h \
e-print.h \
e-printable.h \
+ e-proxy-combo-box.h \
e-reflow-model.h \
e-reflow.h \
e-rule-context.h \
@@ -462,6 +463,7 @@ libevolution_util_la_SOURCES = \
e-preview-pane.c \
e-print.c \
e-printable.c \
+ e-proxy-combo-box.c \
e-reflow-model.c \
e-reflow.c \
e-rule-context.c \