diff options
author | nobody <nobody@localhost> | 2003-12-09 09:57:09 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-12-09 09:57:09 +0800 |
commit | 06b4bc0039a71ff304649bfcf22f2f39dd3dd3c6 (patch) | |
tree | 75bb0caf9afd4b94842023406d6a7938c5d8b2b7 /addressbook/util/Makefile.am | |
parent | 0031a7166cd0f3fc0cec0b60c468ca22a8c45b0b (diff) | |
download | gsoc2013-evolution-GTKHTML_3_3_0.tar.gz gsoc2013-evolution-GTKHTML_3_3_0.tar.zst gsoc2013-evolution-GTKHTML_3_3_0.zip |
This commit was manufactured by cvs2svn to create tagGTKHTML_3_3_0
'GTKHTML_3_3_0'.
svn path=/tags/GTKHTML_3_3_0/; revision=23837
Diffstat (limited to 'addressbook/util/Makefile.am')
-rw-r--r-- | addressbook/util/Makefile.am | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/addressbook/util/Makefile.am b/addressbook/util/Makefile.am deleted file mode 100644 index 6cb70de06a..0000000000 --- a/addressbook/util/Makefile.am +++ /dev/null @@ -1,36 +0,0 @@ -INCLUDES = \ - -DPREFIX=\"$(prefix)\" \ - -DSYSCONFDIR=\"$(sysconfdir)\" \ - -DDATADIR=\"$(datadir)\" \ - -DLIBDIR=\"$(libdir)\" \ - -DG_LOG_DOMAIN=\"EBook\" \ - -I$(top_srcdir) \ - -I$(top_srcdir)/camel \ - -I$(top_builddir)/shell \ - -I$(top_srcdir)/shell \ - $(EVOLUTION_ADDRESSBOOK_CFLAGS) - -noinst_LTLIBRARIES = libeabutil.la - -libeabutil_la_SOURCES = \ - eab-marshal.c \ - eab-destination.c \ - eab-destination.h \ - eab-book-util.c \ - eab-book-util.h - -libeabutil_la_LIBADD = \ - $(top_builddir)/camel/libcamel.la \ - $(top_builddir)/e-util/libeutil.la - -MARSHAL_GENERATED = eab-marshal.c eab-marshal.h -@EVO_MARSHAL_RULE@ - -BUILT_SOURCES = $(MARSHAL_GENERATED) -CLEANFILES = $(BUILT_SOURCES) - -EXTRA_DIST = \ - eab-marshal.list - -dist-hook: - cd $(distdir); rm -f $(BUILT_SOURCES) |