From 5678a57e33c55ab2622a3fbb823b42e4f80c31cc Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 13 Sep 2000 23:00:27 +0000 Subject: Added widgets/e-reflow/Makefile. Replaced 2000-09-13 Christopher James Lahey * configure.in: Added widgets/e-reflow/Makefile. Replaced addressbook/gui/minicard/Makefile with addressbook/gui/widgets/Makefile. From addressbook/ChangeLog: 2000-09-13 Christopher James Lahey * gui/widgets/*, gui/minicard/*: Moved gui/minicard to gui/widgets, except for e-reflow.c, e-reflow.h, e-reflow-sorted.c, and e-reflow-sorted.h. * gui/widgets/Makefile.am: Added e-reflow to the INCLUDES list and libereflow.a to a bunch of LDADD lines. * gui/component/Makefile.am (evolution_addressbook_LDADD): Added libereflow.a here. * gui/Makefile.am (SUBDIRS): Replaced minicard with widgets. From widgets/ChangeLog: 2000-09-13 Christopher James Lahey * Makefile.am (SUBDIRS): Added e-reflow. * e-reflow/e-reflow.c, e-reflow/e-reflow.h: Moved from addressbook/gui/minicard/. * e-reflow/Makefile.am, e-reflow/.cvsignore: New files for a new directory. svn path=/trunk/; revision=5414 --- addressbook/gui/widgets/.cvsignore | 12 ++++++++++++ addressbook/gui/widgets/Makefile.am | 10 +++++----- 2 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 addressbook/gui/widgets/.cvsignore (limited to 'addressbook/gui/widgets') diff --git a/addressbook/gui/widgets/.cvsignore b/addressbook/gui/widgets/.cvsignore new file mode 100644 index 0000000000..472fd2593f --- /dev/null +++ b/addressbook/gui/widgets/.cvsignore @@ -0,0 +1,12 @@ +.deps +.libs +.pure +Makefile +Makefile.in +*.lo +*.la +minicard-label-test +minicard-test +minicard-view-test +minicard-widget-test +reflow-test diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am index 9c1e459fd7..15b98e152c 100644 --- a/addressbook/gui/widgets/Makefile.am +++ b/addressbook/gui/widgets/Makefile.am @@ -5,6 +5,7 @@ INCLUDES = \ -I$(top_builddir)/addressbook/backend \ -I$(top_srcdir)/addressbook/contact-editor \ -I$(top_srcdir)/widgets/e-text \ + -I$(top_srcdir)/widgets/e-reflow \ -I$(top_srcdir)/widgets/misc \ $(BONOBO_GNOME_CFLAGS) @@ -23,11 +24,7 @@ libeminicard_a_SOURCES = \ e-minicard-widget.c \ e-minicard-widget.h \ e-minicard.c \ - e-minicard.h \ - e-reflow-sorted.c \ - e-reflow-sorted.h \ - e-reflow.c \ - e-reflow.h + e-minicard.h noinst_PROGRAMS = \ minicard-widget-test \ @@ -61,6 +58,7 @@ minicard_test_LDADD = \ $(top_builddir)/addressbook/printing/libecontactprint.a \ $(top_builddir)/widgets/e-table/libetable.a \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ + $(top_builddir)/widgets/e-reflow/libereflow.a \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/widgets/e-text/libetext.a @@ -79,6 +77,7 @@ reflow_test_LDADD = \ $(top_builddir)/addressbook/printing/libecontactprint.a \ $(top_builddir)/widgets/e-table/libetable.a \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ + $(top_builddir)/widgets/e-reflow/libereflow.a \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/widgets/e-text/libetext.a @@ -115,5 +114,6 @@ minicard_widget_test_LDADD = \ $(top_builddir)/addressbook/printing/libecontactprint.a \ $(top_builddir)/widgets/e-table/libetable.a \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ + $(top_builddir)/widgets/e-reflow/libereflow.a \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/widgets/e-text/libetext.a -- cgit v1.2.3