Commit f130146e authored by Christophe Massiot's avatar Christophe Massiot

* extras/contrib/src/Makefile: Added missing $(INSTALL_NAME) for opendaap.

parent ba00fa31
...@@ -1189,6 +1189,7 @@ libopendaap: libopendaap-$(DAAP_VERSION).tar.bz2 ...@@ -1189,6 +1189,7 @@ libopendaap: libopendaap-$(DAAP_VERSION).tar.bz2
.daap: libopendaap .daap: libopendaap
(cd $<; ./configure --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -D_BSD_SOCKLEN_T_=int" && make install) (cd $<; ./configure --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -D_BSD_SOCKLEN_T_=int" && make install)
$(INSTALL_NAME)
touch $@ touch $@
CLEAN_FILE += .daap CLEAN_FILE += .daap
......
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