diff options
author | nobody <nobody@localhost> | 2001-10-25 06:17:05 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-10-25 06:17:05 +0800 |
commit | ac4d369ac883066e3fe94c5f37b6ed6802f4d129 (patch) | |
tree | 75a31cb1cb19b4266322f9427b0641c1b53aca24 /notes/Makefile.am | |
parent | dcc99c020b6a58e174091b32585159edfae18dd4 (diff) | |
download | gsoc2013-evolution-ac4d369ac883066e3fe94c5f37b6ed6802f4d129.tar gsoc2013-evolution-ac4d369ac883066e3fe94c5f37b6ed6802f4d129.tar.gz gsoc2013-evolution-ac4d369ac883066e3fe94c5f37b6ed6802f4d129.tar.bz2 gsoc2013-evolution-ac4d369ac883066e3fe94c5f37b6ed6802f4d129.tar.lz gsoc2013-evolution-ac4d369ac883066e3fe94c5f37b6ed6802f4d129.tar.xz gsoc2013-evolution-ac4d369ac883066e3fe94c5f37b6ed6802f4d129.tar.zst gsoc2013-evolution-ac4d369ac883066e3fe94c5f37b6ed6802f4d129.zip |
This commit was manufactured by cvs2svn to create tag 'v7status'.v7status
svn path=/tags/v7status/; revision=14069
Diffstat (limited to 'notes/Makefile.am')
-rw-r--r-- | notes/Makefile.am | 34 |
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) |