aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/util
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/util')
-rw-r--r--addressbook/util/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/addressbook/util/Makefile.am b/addressbook/util/Makefile.am
index 56aadd1153..ddbea27e2e 100644
--- a/addressbook/util/Makefile.am
+++ b/addressbook/util/Makefile.am
@@ -19,7 +19,7 @@ INCLUDES = \
noinst_LTLIBRARIES = libeabutil.la
libeabutil_la_SOURCES = \
- eab-marshal.c  \
+ eab-marshal.c \
eab-destination.c \
eab-destination.h \
eab-book-util.c \
@@ -35,5 +35,8 @@ MARSHAL_GENERATED = eab-marshal.c eab-marshal.h
BUILT_SOURCES = $(MARSHAL_GENERATED)
CLEANFILES = $(BUILT_SOURCES)
+EXTRA_DIST = \
+ eab-marshal.list
+
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)