Files
evolution/addressbook/util/Makefile.am
Dan Winship 7712cdb51e Remove some includes of directories that don't exist any more
* util/Makefile.am (INCLUDES): Remove some includes of directories
	that don't exist any more

svn path=/trunk/; revision=23231
2003-11-07 21:25:23 +00:00

39 lines
891 B
Makefile

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 \
-DG_DISABLE_DEPRECATED \
-DLIBGNOME_DISABLE_DEPRECATED \
$(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)