From 2a6ccd1d22487e8faf9b250b1a9a96eee4865491 Mon Sep 17 00:00:00 2001 From: Jan-Tarek Butt Date: Mon, 4 Sep 2017 11:40:42 +0200 Subject: [PATCH] gluon-config-mode-geo-location: add src/Makefile --- package/gluon-config-mode-geo-location/src/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 package/gluon-config-mode-geo-location/src/Makefile diff --git a/package/gluon-config-mode-geo-location/src/Makefile b/package/gluon-config-mode-geo-location/src/Makefile new file mode 100644 index 00000000..fa40ca27 --- /dev/null +++ b/package/gluon-config-mode-geo-location/src/Makefile @@ -0,0 +1,5 @@ +.cpp: + $(CXX) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(VFLAG) -o $@ $< + +all: i18ndefaultgen i18ndegen i18nfrgen wizardgen checkgen +