Added Makefile.am for auxprogs/.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1281 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/Makefile.am b/Makefile.am
index 749e4b4..b63b452 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
 
-SUBDIRS = 	coregrind . docs tests include \
+SUBDIRS = 	coregrind . docs tests include auxprogs \
 		addrcheck \
 		memcheck \
 		cachegrind \
diff --git a/auxprogs/Makefile.am b/auxprogs/Makefile.am
new file mode 100644
index 0000000..d99edb7
--- /dev/null
+++ b/auxprogs/Makefile.am
@@ -0,0 +1,13 @@
+
+SUBDIRS = . 
+
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/coregrind
+
+CFLAGS = $(WERROR) -DVG_LIBDIR="\"$(libdir)"\" \
+		-Winline -Wall -Wshadow -O -fomit-frame-pointer @PREFERRED_STACK_BOUNDARY@ -g
+
+bin_PROGRAMS = valgrind-listener
+
+valgrind_listener_SOURCES = \
+	valgrind-listener.c
+
diff --git a/configure.in b/configure.in
index add61bc..798ca23 100644
--- a/configure.in
+++ b/configure.in
@@ -317,6 +317,7 @@
    tests/vg_regtest 
    tests/unused/Makefile 
    include/Makefile 
+   auxprogs/Makefile
    coregrind/Makefile 
    coregrind/demangle/Makefile 
    coregrind/docs/Makefile