diff options
author | Dan Winship <danw@src.gnome.org> | 2000-08-30 02:15:01 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-08-30 02:15:01 +0800 |
commit | 1e8e112a3eaac13a18106c8feadbc342bef0682f (patch) | |
tree | ef2e7f56d3b616013341884c4b631fc714031dae | |
parent | 3ad97477c9110a8cfd8e9641f84c8984abf33be5 (diff) | |
download | gsoc2013-evolution-1e8e112a3eaac13a18106c8feadbc342bef0682f.tar gsoc2013-evolution-1e8e112a3eaac13a18106c8feadbc342bef0682f.tar.gz gsoc2013-evolution-1e8e112a3eaac13a18106c8feadbc342bef0682f.tar.bz2 gsoc2013-evolution-1e8e112a3eaac13a18106c8feadbc342bef0682f.tar.lz gsoc2013-evolution-1e8e112a3eaac13a18106c8feadbc342bef0682f.tar.xz gsoc2013-evolution-1e8e112a3eaac13a18106c8feadbc342bef0682f.tar.zst gsoc2013-evolution-1e8e112a3eaac13a18106c8feadbc342bef0682f.zip |
remove USING_OAF reference
svn path=/trunk/; revision=5100
-rw-r--r-- | notes/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/notes/Makefile.am b/notes/Makefile.am index 388e19152a..aa1572f46b 100644 --- a/notes/Makefile.am +++ b/notes/Makefile.am @@ -28,12 +28,8 @@ notes_test_SOURCES = \ e-note.h \ test-notes.c -OAF_FILES = evolution-notes.oafinfo - -if USING_OAF oafdir = $(datadir)/oaf -oaf_DATA = $(OAF_FILES) -endif +oaf_DATA = evolution-notes.oafinfo notes_test_LDADD = \ $(top_builddir)/widgets/e-text/libetext.a \ |