From 4d4bcd89d8403e8ee275f8c4695f45c82e2dd9f9 Mon Sep 17 00:00:00 2001 From: Chris Lahey Date: Mon, 17 Jan 2000 09:12:21 +0000 Subject: Images for e-contact-editor.c. * head.png, phone.png, email.png, web.png, snailmail.png: Images for e-contact-editor.c. * addressbook/contact-editor/text-editor.c: Test program for contact editor widget. * addressbook/contact-editor/e-contact-editor.c, addressbook/contact-editor/e-contact-editor.h: Contact editor widget files. * addressbook/contact-editor/.cvsignore, addressbook/contact-editor/Makefile.am: New directory for contact editor files. * addressbook/.cvsignore, addressbook/Makefile.am: New directory for addressbook files. * widgets/.cvsignore: Added reflow-test. * Makefile.am (SUBDIRS): Added addressbook subdirectory. * configure.in, widgets/Makefile.am: Removed widgets/toolbar from SUBDIRS since the lack of content was preventing it from compiling. * widgets/shortcut-bar/Makefile.am: Added gnomecanvaspixbuf to the list of libraries used. * widgets/e-text.c, widgets/e-text.h: Fixed a crashing bug. svn path=/trunk/; revision=1581 --- addressbook/gui/contact-editor/Makefile.am | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 addressbook/gui/contact-editor/Makefile.am (limited to 'addressbook/gui/contact-editor/Makefile.am') diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am new file mode 100644 index 0000000000..0286af7c49 --- /dev/null +++ b/addressbook/gui/contact-editor/Makefile.am @@ -0,0 +1,20 @@ + +INCLUDES = \ + $(GNOME_INCLUDEDIR) + +noinst_LIBRARIES = \ + libecontacteditor.a + +libecontacteditor_a_SOURCES = \ + e-contact-editor.c \ + e-contact-editor.h + +noinst_PROGRAMS = \ + contact-editor-test + +contact_editor_test_SOURCES = \ + test-editor.c + +contact_editor_test_LDADD = \ + $(EXTRA_GNOME_LIBS) \ + libecontacteditor.a -- cgit v1.2.3