aboutsummaryrefslogtreecommitdiffstats
path: root/notes/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-07-25 08:33:17 +0800
committernobody <nobody@localhost>2001-07-25 08:33:17 +0800
commit0d4a846cd1def7bcf58a47c037f80f31480bdf00 (patch)
tree8ef1fb6f0f43735a382bada2f369dde7d04387f4 /notes/Makefile.am
parente951bf718e130e43567187f4b71c27672cd6e996 (diff)
downloadgsoc2013-evolution-LIBCAPPLET_1_5_1.tar
gsoc2013-evolution-LIBCAPPLET_1_5_1.tar.gz
gsoc2013-evolution-LIBCAPPLET_1_5_1.tar.bz2
gsoc2013-evolution-LIBCAPPLET_1_5_1.tar.lz
gsoc2013-evolution-LIBCAPPLET_1_5_1.tar.xz
gsoc2013-evolution-LIBCAPPLET_1_5_1.tar.zst
gsoc2013-evolution-LIBCAPPLET_1_5_1.zip
This commit was manufactured by cvs2svn to create tagLIBCAPPLET_1_5_1
'LIBCAPPLET_1_5_1'. svn path=/tags/LIBCAPPLET_1_5_1/; revision=11387
Diffstat (limited to 'notes/Makefile.am')
-rw-r--r--notes/Makefile.am34
1 files changed, 0 insertions, 34 deletions
diff --git a/notes/Makefile.am b/notes/Makefile.am
deleted file mode 100644
index 37e2a7ea03..0000000000
--- a/notes/Makefile.am
+++ /dev/null
@@ -1,34 +0,0 @@
-noinst_PROGRAMS = notes-test
-
-INCLUDES = \
- -I$(top_builddir)/shell \
- -I$(top_srcdir)/shell \
- -I$(top_srcdir)/widgets/e-text \
- $(BONOBO_HTML_GNOME_CFLAGS) \
- $(EXTRA_GNOME_CFLAGS) \
- -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
- -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \
- -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \
- -DEVOLUTION_DATADIR=\""$(datadir)"\" \
- -DG_LOG_DOMAIN=\"evolution-notes\"
-
-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
-
-oafdir = $(datadir)/oaf
-oaf_in_files = GNOME_Evolution_Notes.oaf.in
-oaf_DATA = $(oaf_in_files:.oaf.in=.oaf)
-
-@XML_I18N_MERGE_OAF_RULE@
-
-notes_test_LDADD = \
- $(BONOBO_HTML_GNOME_LIBS) \
- $(EXTRA_GNOME_LIBS)
-
-EXTRA_DIST= $(oaf_in_files) $(oaf_DATA)