aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-11-04 00:48:47 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-11-07 09:10:57 +0800
commitb74ff36f79718fd563fb5b55b4ee269fc7117970 (patch)
treeac41fc00a26affe425417b357c5bb874979d823b /widgets/misc/Makefile.am
parent41f0d7117eb958bd4a153c27e3cd0a58e14f4d75 (diff)
downloadgsoc2013-evolution-b74ff36f79718fd563fb5b55b4ee269fc7117970.tar
gsoc2013-evolution-b74ff36f79718fd563fb5b55b4ee269fc7117970.tar.gz
gsoc2013-evolution-b74ff36f79718fd563fb5b55b4ee269fc7117970.tar.bz2
gsoc2013-evolution-b74ff36f79718fd563fb5b55b4ee269fc7117970.tar.lz
gsoc2013-evolution-b74ff36f79718fd563fb5b55b4ee269fc7117970.tar.xz
gsoc2013-evolution-b74ff36f79718fd563fb5b55b4ee269fc7117970.tar.zst
gsoc2013-evolution-b74ff36f79718fd563fb5b55b4ee269fc7117970.zip
Add EAuthComboBox widget.
To be used in the Account Editor to list authentication mechanisms.
Diffstat (limited to 'widgets/misc/Makefile.am')
-rw-r--r--widgets/misc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am
index 79bc14bcbe..5235c1ca54 100644
--- a/widgets/misc/Makefile.am
+++ b/widgets/misc/Makefile.am
@@ -23,6 +23,7 @@ widgetsinclude_HEADERS = \
e-attachment-store.h \
e-attachment-tree-view.h \
e-attachment-view.h \
+ e-auth-combo-box.h \
e-buffer-tagger.h \
e-calendar.h \
e-calendar-item.h \
@@ -107,6 +108,7 @@ libemiscwidgets_la_SOURCES = \
e-attachment-store.c \
e-attachment-tree-view.c \
e-attachment-view.c \
+ e-auth-combo-box.c \
e-buffer-tagger.c \
e-calendar.c \
e-calendar-item.c \