summaryrefslogtreecommitdiff
path: root/src/upnp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/upnp/Makefile.am')
-rw-r--r--src/upnp/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/upnp/Makefile.am b/src/upnp/Makefile.am
index ac0d1b3..d7c821d 100644
--- a/src/upnp/Makefile.am
+++ b/src/upnp/Makefile.am
@@ -7,8 +7,9 @@
ext_LTLIBRARIES = libgrlupnp.la
-libgrlupnp_la_CFLAGS = \
- $(DEPS_UPNP_CFLAGS)
+libgrlupnp_la_CFLAGS = \
+ $(DEPS_UPNP_CFLAGS) \
+ -DLOCALEDIR=\"$(localedir)\"
libgrlupnp_la_LIBADD = \
$(DEPS_UPNP_LIBS)