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:
smorlat 2009-03-27 09:41:11 +00:00
parent daa7ebf69e
commit ba2381e3e3
4 changed files with 7 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -60,5 +60,6 @@ mediastreamer2/src/winvideo.c
mediastreamer2/src/winvideods.c
mediastreamer2/src/winvideo2.c
mediastreamer2/src/ice.c
mediastreamer2/src/void.c