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

MODULE_OBJS := \
	cp_parser.o \
	po_parser.o \
	create_translations.o

# Set the name of the executable
TOOL_EXECUTABLE := create_translations

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