gecko-dev/gfx/thebes/Makefile.in
Sylvain Pasche 28b8e15f98 Bug 513439. Parse layout.css.devPixelsPerCSSPx as a string float. r=roc
--HG--
extra : rebase_source : 28d39726e3714d2614f5f010a8e6f914ddecaf75
2009-08-29 12:19:36 +02:00

22 lines
306 B
Makefile

DEPTH = ../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = thebes
DIRS = public src mochitest
ifdef ENABLE_TESTS
ifndef MOZ_ENABLE_LIBXUL
ifndef BUILD_STATIC_LIBS
TOOL_DIRS += test
endif
endif
endif
include $(topsrcdir)/config/rules.mk