diff options
author | Dan Winship <danw@src.gnome.org> | 2003-04-09 05:51:18 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-04-09 05:51:18 +0800 |
commit | 2e2287a9f22c0544fa7ce221641851effc1a3b19 (patch) | |
tree | bbd6645d3081ec014065630e21fcc2c4954c449f /tools/Makefile.am | |
parent | 43b39edf09fc0c3edba6de98c93a9c3e115f04cc (diff) | |
download | gsoc2013-evolution-2e2287a9f22c0544fa7ce221641851effc1a3b19.tar.gz gsoc2013-evolution-2e2287a9f22c0544fa7ce221641851effc1a3b19.tar.zst gsoc2013-evolution-2e2287a9f22c0544fa7ce221641851effc1a3b19.zip |
Fix
* tools/Makefile.am (EXTRA_DIST): Fix
svn path=/trunk/; revision=20772
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 385e0513a9..7fb6880b87 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -25,7 +25,7 @@ INCLUDES = \ -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED \ $(GNOME_FULL_CFLAGS) -EXTRA_DIST = $(tools_SCRIPTS) verify-evolution-install.sh \ +EXTRA_DIST = $(privlibexec_SCRIPTS) verify-evolution-install.sh \ evolution-addressbook-clean.in CORBA_SOURCE = \ |