aboutsummaryrefslogtreecommitdiff
path: root/tools/create_translations/module.mk
blob: 4ffb39183b7ad557187d722c5cf54d1a4eb03beb (plain)
1
2
3
4
5
6
7
8
9
10
11
MODULE := tools/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