diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-02-09 20:27:24 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-02-09 20:27:24 +0800 |
commit | 824d0a361f368aba0fce7f361ff86dda36d6e51f (patch) | |
tree | 45f7196b64d3d25b3f4b299d308a1bc77b27aabc /widgets/Makefile.am | |
parent | 18dc72c4a45169c07da2ccacc2564967efa70c50 (diff) | |
download | gsoc2013-evolution-824d0a361f368aba0fce7f361ff86dda36d6e51f.tar gsoc2013-evolution-824d0a361f368aba0fce7f361ff86dda36d6e51f.tar.gz gsoc2013-evolution-824d0a361f368aba0fce7f361ff86dda36d6e51f.tar.bz2 gsoc2013-evolution-824d0a361f368aba0fce7f361ff86dda36d6e51f.tar.lz gsoc2013-evolution-824d0a361f368aba0fce7f361ff86dda36d6e51f.tar.xz gsoc2013-evolution-824d0a361f368aba0fce7f361ff86dda36d6e51f.tar.zst gsoc2013-evolution-824d0a361f368aba0fce7f361ff86dda36d6e51f.zip |
Add new Makefiles to Makefile list.
2000-02-09 Christopher James Lahey <clahey@helixcode.com>
* configure.in: Add new Makefiles to Makefile list.
* e-util/Makefile.am: Add canvas utilities to libeutil.
* widgets/e-text/Makefile.am: Build libetext.
* widgets/e-minicard/Makefile.am: Build libeminicard and test
programs.
* widgets/Makefile.am: Remove all e-text and e-minicard code and
add them to the SUBDIRS list.
svn path=/trunk/; revision=1706
Diffstat (limited to 'widgets/Makefile.am')
-rw-r--r-- | widgets/Makefile.am | 54 |
1 files changed, 1 insertions, 53 deletions
diff --git a/widgets/Makefile.am b/widgets/Makefile.am index a826550575..5d052b11a0 100644 --- a/widgets/Makefile.am +++ b/widgets/Makefile.am @@ -1,55 +1,3 @@ SUBDIRS = \ - meeting-time-sel shortcut-bar e-table - -INCLUDES = \ - -I$(top_srcdir)/camel \ - -I$(top_builddir)/camel \ - $(GNOME_INCLUDEDIR) - -noinst_LIBRARIES = \ - libevolutionwidgets.a - -libevolutionwidgets_a_SOURCES = \ - e-canvas.c \ - e-canvas.h \ - e-canvas-utils.c \ - e-canvas-utils.h \ - e-minicard.c \ - e-minicard.h \ - e-minicard-label.c \ - e-minicard-label.h \ - e-reflow.c \ - e-reflow.h \ - e-text.c \ - e-text.h \ - e-text-event-processor.c \ - e-text-event-processor.h \ - e-text-event-processor-emacs-like.c \ - e-text-event-processor-emacs-like.h - -noinst_PROGRAMS = \ - minicard-label-test \ - minicard-test \ - reflow-test - -minicard_label_test_SOURCES = \ - test-minicard-label.c - -minicard_label_test_LDADD = \ - $(EXTRA_GNOME_LIBS) \ - libevolutionwidgets.a - -minicard_test_SOURCES = \ - test-minicard.c - -minicard_test_LDADD = \ - $(EXTRA_GNOME_LIBS) \ - libevolutionwidgets.a - -reflow_test_SOURCES = \ - test-reflow.c - -reflow_test_LDADD = \ - $(EXTRA_GNOME_LIBS) \ - libevolutionwidgets.a + e-text e-minicard meeting-time-sel shortcut-bar e-table |