summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2011-03-20 22:36:11 +0200
committerVille Skyttä <ville.skytta@iki.fi>2011-03-20 22:36:11 +0200
commitdb831ccfa07fcf4cb63a48cc16473c3c68a4ae11 (patch)
tree0b2a85c2c4f8585cf491037853f17420ceaaa364 /Makefile
parent686f89af9cc6181ca1c7014c581b10e09d263c71 (diff)
downloadvdr-plugin-osdteletext-db831ccfa07fcf4cb63a48cc16473c3c68a4ae11.tar.gz
vdr-plugin-osdteletext-db831ccfa07fcf4cb63a48cc16473c3c68a4ae11.tar.bz2
Use LDFLAGS, make dist depend on up to date *.po.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e2b4bb7..976a082 100644
--- a/Makefile
+++ b/Makefile
@@ -97,10 +97,10 @@ i18n: $(I18Nmsgs)
all: libvdr-$(PLUGIN).so i18n
libvdr-$(PLUGIN).so: $(OBJS)
- $(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@
+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) -o $@
@cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION)
-dist: clean
+dist: $(I18Npo) clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@mkdir $(TMPDIR)/$(ARCHIVE)
@cp -a * $(TMPDIR)/$(ARCHIVE)