diff options
author | nobody <nobody@localhost> | 2000-08-22 20:05:30 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-08-22 20:05:30 +0800 |
commit | 5091a392d863dc4f08f2bed94a08cd6d353e1561 (patch) | |
tree | 3b4824784cd30983db4a6ae1f38db287d5815941 /notes/Makefile.am | |
parent | 44ae37c371e25fe05e8aee145f1d9af7130a201d (diff) | |
download | gsoc2013-evolution-GNOME_PRINT_0_23.tar gsoc2013-evolution-GNOME_PRINT_0_23.tar.gz gsoc2013-evolution-GNOME_PRINT_0_23.tar.bz2 gsoc2013-evolution-GNOME_PRINT_0_23.tar.lz gsoc2013-evolution-GNOME_PRINT_0_23.tar.xz gsoc2013-evolution-GNOME_PRINT_0_23.tar.zst gsoc2013-evolution-GNOME_PRINT_0_23.zip |
This commit was manufactured by cvs2svn to create tagGNOME_PRINT_0_23
'GNOME_PRINT_0_23'.
svn path=/tags/GNOME_PRINT_0_23/; revision=4946
Diffstat (limited to 'notes/Makefile.am')
-rw-r--r-- | notes/Makefile.am | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/notes/Makefile.am b/notes/Makefile.am deleted file mode 100644 index 388e19152a..0000000000 --- a/notes/Makefile.am +++ /dev/null @@ -1,46 +0,0 @@ -bin_PROGRAMS = evolution-notes - -noinst_PROGRAMS = notes-test - -INCLUDES = \ - -I$(top_builddir)/shell \ - -I$(top_srcdir)/shell \ - -I$(top_srcdir)/widgets/e-text \ - $(BONOBO_HTML_GNOME_CFLAGS) \ - -DEVOLUTION_VERSION=\""$(VERSION)"\" \ - -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ - -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \ - -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \ - -DEVOLUTION_DATADIR=\""$(datadir)"\" \ - -DG_LOG_DOMAIN=\"evolution-notes\" - -evolution_notes_SOURCES = \ - component-factory.c \ - main.c \ - notes.c - -notes_test_SOURCES = \ - e-bevel-button.c \ - e-bevel-button.h \ - e-bevel-button-util.c \ - e-bevel-button-util.h \ - e-note.c \ - e-note.h \ - test-notes.c - -OAF_FILES = evolution-notes.oafinfo - -if USING_OAF -oafdir = $(datadir)/oaf -oaf_DATA = $(OAF_FILES) -endif - -notes_test_LDADD = \ - $(top_builddir)/widgets/e-text/libetext.a \ - $(top_builddir)/e-util/libeutil.la \ - $(BONOBO_HTML_GNOME_LIBS) - -evolution_notes_LDADD = \ - $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/shell/libeshell.a \ - $(BONOBO_HTML_GNOME_LIBS) |