Follow up fix for bug 623435. (r=brendan)
[mozilla-central.git] / tools / testy / Makefile.in
blob9ab528fc1d049983297aa11d89b74999c193a6ae
1 DEPTH = ../..
2 topsrcdir = @top_srcdir@
3 srcdir = @srcdir@
4 VPATH = @srcdir@
6 LIBRARY_NAME = tstysupt
8 include $(DEPTH)/config/autoconf.mk
10 MODULE = testy
13 TESTCPPSRCS = Testy.cpp
15 CPPSRCS = \
16 TestySupport.cpp \
17 $(TESTCPPSRCS) \
18 $(NULL)
20 SIMPLE_PROGRAMS = $(TESTCPPSRCS:.cpp=$(BIN_SUFFIX))
22 EXTRA_DSO_LDOPTS = \
23 $(NSPR_LIBS) \
24 $(NULL)
26 LIBS = \
27 -ltstysupt \
28 $(NSPR_LIBS) \
29 $(NULL)
31 DIRS = sample
33 include $(topsrcdir)/config/config.mk
35 include $(topsrcdir)/config/rules.mk