summaryrefslogtreecommitdiffstats
path: root/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/test/Makefile.in
blob: 2d511de2ece8e73d7788cb293f6b8985581d158a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# vim:set ts=8 sw=8 noet:

DEPTH		= ../../../../..
topsrcdir	= @top_srcdir@
srcdir		= @srcdir@
VPATH		= @srcdir@

include $(DEPTH)/config/autoconf.mk

MODULE = dconnect

REQUIRES	= ipcd \
		  nspr \
		  string \
		  xpcom \
		  $(NULL)

CPPSRCS = \
  TestDConnect.cpp \
  $(NULL)

SIMPLE_PROGRAMS	= $(CPPSRCS:.cpp=$(BIN_SUFFIX))

include $(topsrcdir)/config/config.mk

LIBS = \
  $(EXTRA_DSO_LIBS) \
  $(XPCOM_LIBS) \
  $(NSPR_LIBS) \
  $(NULL)

include $(topsrcdir)/config/rules.mk