mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 09:56:30 +00:00
80cf2fa46f
svn-id: r20584
11 lines
185 B
Makefile
11 lines
185 B
Makefile
MODULE := backends/x11
|
|
|
|
MODULE_OBJS := \
|
|
x11.o
|
|
|
|
MODULE_DIRS += \
|
|
backends/x11
|
|
|
|
# We don't use the common.rules here on purpose
|
|
OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS)) $(OBJS)
|