mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
218 B
Makefile
15 lines
218 B
Makefile
DEPTH = ../../..
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
DIRS = public src
|
|
|
|
ifdef ENABLE_TESTS
|
|
DIRS += tests
|
|
endif
|
|
|
|
include $(topsrcdir)/config/rules.mk
|