changeset 2229:9756dc1e2307

Use NETX_SRCDIR in EXTRA_DIST. 2010-04-12 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: Use NETX_SRCDIR in EXTRA_DIST.
author Andrew John Hughes <ahughes@redhat.com>
date Fri, 04 Jun 2010 21:16:46 +0100
parents 9eae341d6515
children 23684054d4dc
files ChangeLog Makefile.am
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Apr 12 13:40:58 2010 +0200
+++ b/ChangeLog	Fri Jun 04 21:16:46 2010 +0100
@@ -1,3 +1,8 @@
+2010-04-12  Andrew John Hughes  <ahughes@redhat.com>
+
+	* Makefile.am:
+	Use NETX_SRCDIR in EXTRA_DIST.
+
 2010-04-12  Matthias Klose  <doko@ubuntu.com>
 
 	* configure.ac: Clarify result message of the NSS check.
--- a/Makefile.am	Mon Apr 12 13:40:58 2010 +0200
+++ b/Makefile.am	Fri Jun 04 21:16:46 2010 +0100
@@ -732,7 +732,7 @@
 	jconsole.desktop policytool.desktop \
 	$(JTREG_SRCS) \
 	HACKING $(PULSEAUDIO_SRCS) fsg.sh \
-	$(abs_top_srcdir)/plugin $(top_srcdir)/netx \
+	$(abs_top_srcdir)/plugin $(NETX_SRCDIR) \
 	hotspot.map autogen.sh \
 	tapset/hotspot.stp.in \
 	tapset/hotspot_jni.stp.in \