]> git.0d.be Git - empathy.git/commitdiff
Makefile.am fixes
authorDanielle Madeley <danielle.madeley@collabora.co.uk>
Mon, 7 Jun 2010 11:30:22 +0000 (21:30 +1000)
committerDanielle Madeley <danielle.madeley@collabora.co.uk>
Mon, 7 Jun 2010 11:30:22 +0000 (21:30 +1000)
Makefile.am

index bd8dd6828cff6d5addacab4eae378164295771f5..4d4462d2eb63a305c053b9a66490dfb734978558 100644 (file)
@@ -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