[empathy: 1/2] Makefile.am fixes
- From: Danielle Madeley <daniellem src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy: 1/2] Makefile.am fixes
- Date: Mon, 7 Jun 2010 12:18:22 +0000 (UTC)
commit e53b7009489b33ed3073a9de89a7488a326a4f01
Author: Danielle Madeley <danielle madeley collabora co uk>
Date: Mon Jun 7 21:30:22 2010 +1000
Makefile.am fixes
Makefile.am | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index bd8dd68..4d4462d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,12 @@
-SUBDIRS = tools extensions po data libempathy libempathy-gtk src help tests
+MY_SUBDIRS = tools extensions po data libempathy libempathy-gtk src help tests
+NST_SUBDIRS = nautilus-sendto-plugin
+
+DIST_SUBDIRS = $(MY_SUBDIRS) $(NST_SUBDIRS)
+
+SUBDIRS = $(MY_SUBDIRS)
if HAVE_NST
-SUBDIRS += nautilus-sendto-plugin
+SUBDIRS += $(NST_SUBDIRS)
endif
ACLOCAL_AMFLAGS = -I m4
@@ -29,7 +34,7 @@ DISTCLEANFILES = \
distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'
distclean-local:
- if test "x$(srdcir)" = "x."; then :; else \
+ if test "x$(srcdir)" = "x."; then :; else \
rm -f ChangeLog; \
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]