diff options
-rw-r--r-- | chanman/Makefile | 5 |
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 $@ |