Commit 2714a7dc authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Baptiste Kempf

dca: only build library and headers

(cherry picked from commit 4d338f69)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 0a421df1
......@@ -23,5 +23,6 @@ libdca: libdca-$(DCA_VERSION).tar.bz2 .sum-dca
.dca: libdca
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) install
cd $< && $(MAKE) -C include install
cd $< && $(MAKE) -C libdca install
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment