chiark / gitweb /
Autoconfifying - beginning.
[adns.git] / client / Makefile
index 161534042898291d410d827b5d43787f0a338f10..76a8bd967ba9db789c71124d787a21ca9358f724 100644 (file)
 #  along with this program; if not, write to the Free Software Foundation,
 #  Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
 
-DIRCFLAGS=     -I../src
+SUBDIR=/client
+DIRCFLAGS=     -I$(srcdir)/src
 TARGETS=       adnstest
 
-include ../settings.make
+include $(srcdir)/settings.make
 
 install:       $(TARGETS)
                $(INSTALL_BIN) $(TARGETS) $(bin_dir)
 
-adnstest:      adnstest.o ../dynamic/$(LIBFILE)
+adnstest:      adnstest.o $(srcdir)/dynamic/$(SHLIBFILE)