summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2012-07-03 10:23:27 +0200
committerlado <herrlado@gmail.com>2012-07-03 10:23:27 +0200
commitdf5b989d73cd415ceb68d8c16cd962e710883df1 (patch)
treefe9b56ee64a0e2e2c5a18eedb8253c6f684e8830
parentb0f763483049712d2e486d400a66f0f4802efe94 (diff)
downloadvdr-plugin-chanman-df5b989d73cd415ceb68d8c16cd962e710883df1.tar.gz
vdr-plugin-chanman-df5b989d73cd415ceb68d8c16cd962e710883df1.tar.bz2
Bug #1035
-rw-r--r--chanman/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/chanman/Makefile b/chanman/Makefile
index 4cbd9a1..38572fe 100644
--- a/chanman/Makefile
+++ b/chanman/Makefile
@@ -85,11 +85,12 @@ $(I18Nmsgs): $(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo
@mkdir -p $(dir $@)
cp $< $@
-
+.PHONY: i18n
+i18n: $(I18Nmsgs)
### Targets:
-all: libvdr-$(PLUGIN).so
+all: libvdr-$(PLUGIN).so i18n
libvdr-$(PLUGIN).so: $(OBJS)
$(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@