mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 18:00:15 +01:00
14 lines
232 B
Makefile
14 lines
232 B
Makefile
DEPTH = ../../..
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
MODULE = qgeckoembed
|
|
DIRS=src plugin tests
|
|
|
|
PACKAGE_FILE = qgeckoembed.pkg
|
|
|
|
include $(topsrcdir)/config/rules.mk
|