diff options
author | JP Rosevear <jpr@src.gnome.org> | 2001-01-05 04:53:42 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-01-05 04:53:42 +0800 |
commit | f9006ad0d809ad2cda80918c821c7d98312d937f (patch) | |
tree | 995b0d54f4bee5d784a4b39ac1cc86931a8f1ef5 /addressbook/gui | |
parent | 398db562507d4f3071a0deb7acfa3eb7a94a4aaa (diff) | |
download | gsoc2013-evolution-f9006ad0d809ad2cda80918c821c7d98312d937f.tar gsoc2013-evolution-f9006ad0d809ad2cda80918c821c7d98312d937f.tar.gz gsoc2013-evolution-f9006ad0d809ad2cda80918c821c7d98312d937f.tar.bz2 gsoc2013-evolution-f9006ad0d809ad2cda80918c821c7d98312d937f.tar.lz gsoc2013-evolution-f9006ad0d809ad2cda80918c821c7d98312d937f.tar.xz gsoc2013-evolution-f9006ad0d809ad2cda80918c821c7d98312d937f.tar.zst gsoc2013-evolution-f9006ad0d809ad2cda80918c821c7d98312d937f.zip |
Oops, this shouldn't have gone in yet
svn path=/trunk/; revision=7257
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-editor/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am index 665a651f15..1016d38301 100644 --- a/addressbook/gui/contact-editor/Makefile.am +++ b/addressbook/gui/contact-editor/Makefile.am @@ -17,6 +17,8 @@ noinst_LIBRARIES = \ libecontacteditor_a_SOURCES = \ e-contact-editor-address.c \ e-contact-editor-address.h \ + e-contact-editor-categories.c \ + e-contact-editor-categories.h \ e-contact-editor-fullname.c \ e-contact-editor-fullname.h \ e-contact-editor.c \ |