forked from mirrors/linphone-iphone
fix make distcheck
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@370 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
daa7ebf69e
commit
ba2381e3e3
4 changed files with 7 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_INIT([linphone],[3.1.0],[linphone-developers@nongnu.org])
|
||||
AC_INIT([linphone],[3.1.0.1],[linphone-developers@nongnu.org])
|
||||
|
||||
dnl Source packaging numbers
|
||||
|
||||
|
|
|
|||
|
|
@ -24,9 +24,9 @@ install-data-hook:
|
|||
cd $(DESTDIR)$(doc_htmldir) && tar xf html.tar && rm -f html.tar
|
||||
|
||||
uninstall-hook:
|
||||
cd $(DESTDIR)$(doc_htmldir) && rm -rf html
|
||||
cd $(DESTDIR)$(doc_htmldir) && rm -f *
|
||||
|
||||
endif
|
||||
|
||||
doc-clean:
|
||||
rm -rf doc
|
||||
clean-local:
|
||||
rm -rf doc
|
||||
|
|
@ -7,7 +7,7 @@ SUBDIRS=src build include
|
|||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = ortp.pc
|
||||
|
||||
SOURCES=include/ortp/*.h src/*.c src/*.h
|
||||
SOURCES=$(top_srcdir)/include/ortp/*.h $(top_srcdir)/src/*.c $(top_srcdir)/src/*.h
|
||||
|
||||
#html doc
|
||||
if HAVE_DOXYGEN
|
||||
|
|
@ -30,7 +30,7 @@ install-data-hook:
|
|||
cd $(DESTDIR)$(doc_htmldir) && tar xf html.tar && rm -f html.tar
|
||||
|
||||
uninstall-hook:
|
||||
cd $(DESTDIR)$(doc_htmldir) && rm -rf html
|
||||
cd $(DESTDIR)$(doc_htmldir) && rm -f *
|
||||
|
||||
endif
|
||||
|
||||
|
|
|
|||
|
|
@ -60,5 +60,6 @@ mediastreamer2/src/winvideo.c
|
|||
mediastreamer2/src/winvideods.c
|
||||
mediastreamer2/src/winvideo2.c
|
||||
mediastreamer2/src/ice.c
|
||||
mediastreamer2/src/void.c
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue