Index: trunk/Nebulous/nebclient/src/Makefile.am
===================================================================
--- trunk/Nebulous/nebclient/src/Makefile.am	(revision 3021)
+++ trunk/Nebulous/nebclient/src/Makefile.am	(revision 3052)
@@ -1,5 +1,5 @@
 # Copyright (C) 2005  Joshua Hoblitt
 #
-# $Id: Makefile.am,v 1.2 2005-01-16 11:00:21 jhoblitt Exp $
+# $Id: Makefile.am,v 1.3 2005-01-19 00:31:35 jhoblitt Exp $
 
 include_HEADERS=idataclient.h
@@ -18,2 +18,6 @@
     stdsoap2.c\
     stdsoap2.h
+
+bin_PROGRAMS = test
+test_SOURCES = test.c
+test_LDADD = libidataclient.la
