aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_translations/module.mk
blob: 430cf91976315380c05a3b3b9f40bf1aa6bf7ab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
MODULE := devtools/create_translations

MODULE_OBJS := \
	po_parser.o \
	create_translations.o

# Set the name of the executable
TOOL_EXECUTABLE := create_translations

# Include common rules
include $(srcdir)/rules.mk