]> git.sesse.net Git - vlc/blobdiff - contrib/src/tremor/rules.mak
lua HTTPd: inform user that password has not been set
[vlc] / contrib / src / tremor / rules.mak
index 907860b7e76ba65246dc0d5afc75e4ac62d626ef..a517a79093d7d4801f724ea56f6576679d16036a 100644 (file)
@@ -22,9 +22,11 @@ tremor: tremor-svn.tar.xz .sum-tremor
        echo '#include <ogg/os_types.h>' > tremor-svn/os_types.h
        $(MOVE)
 
-.tremor: tremor .ogg
+DEPS_tremor = ogg $(DEPS_ogg)
+
+.tremor: tremor
        # Stuff that depends on libogg
-       cd $< && autoreconf -fiv $(ACLOCAL_AMFLAGS)
+       $(RECONF)
        cd $< && \
        $(HOSTVARS) CFLAGS="$(CFLAGS) $(NOTHUMB)" ./configure $(HOSTCONF)
        cd $< && $(MAKE) install