diff options
Diffstat (limited to 'chanman/Makefile')
-rw-r--r-- | chanman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chanman/Makefile b/chanman/Makefile index eebe1ff..4cbd9a1 100644 --- a/chanman/Makefile +++ b/chanman/Makefile @@ -89,7 +89,7 @@ $(I18Nmsgs): $(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo ### Targets: -all: libvdr-$(PLUGIN).so i18n +all: libvdr-$(PLUGIN).so libvdr-$(PLUGIN).so: $(OBJS) $(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@ |