build CHANGE make test-client as well, do not install it
diff --git a/src/Makefile.am b/src/Makefile.am
index a891ffd..f18f1b8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,11 +12,14 @@
dist-hook:
cp $(SRC) $(HDRS) $(distdir)
-all: netopeerguid
+all: netopeerguid test-client
netopeerguid$(EXEEXT): netopeerguid.c notification_server.c netopeerguid.h
$(CC) $(CFLAGS) -o $@ $(srcdir)/netopeerguid.c $(srcdir)/notification_server.c $(LIBS)
+test-client$(EXEEXT): test-client.c
+ $(CC) $(CFLAGS) -o $@ $(srcdir)/test-client.c $(LIBS)
+
install-exec-hook:
$(INSTALL) -d $(DESTDIR)/etc/init.d/;
$(INSTALL_PROGRAM) -m 755 netopeerguid.rc $(DESTDIR)/etc/init.d/