Changeset 367:1dfac7fd3b66 in mediastreamer2


Ignore:
Timestamp:
Mar 27, 2009 10:41:11 AM (4 years ago)
Author:
smorlat <smorlat@…>
Branch:
default
Message:

fix make distcheck

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@370 3f6dc0c8-ddfe-455d-9043-3cd528dc4637

Location:
linphone
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • linphone/configure.in

    r340 r367  
    11dnl Process this file with autoconf to produce a configure script. 
    22 
    3 AC_INIT([linphone],[3.1.0],[linphone-developers@nongnu.org]) 
     3AC_INIT([linphone],[3.1.0.1],[linphone-developers@nongnu.org]) 
    44 
    55dnl Source packaging numbers 
  • linphone/mediastreamer2/help/Makefile.am

    r351 r367  
    2525 
    2626uninstall-hook: 
    27         cd $(DESTDIR)$(doc_htmldir) && rm -rf html 
     27        cd $(DESTDIR)$(doc_htmldir) && rm -f * 
    2828 
    2929endif 
    3030 
    31 doc-clean: 
     31clean-local: 
    3232        rm -rf doc 
  • linphone/oRTP/Makefile.am

    r351 r367  
    88pkgconfig_DATA = ortp.pc 
    99 
    10 SOURCES=include/ortp/*.h src/*.c src/*.h 
     10SOURCES=$(top_srcdir)/include/ortp/*.h $(top_srcdir)/src/*.c $(top_srcdir)/src/*.h 
    1111 
    1212#html doc 
     
    3131 
    3232uninstall-hook: 
    33         cd $(DESTDIR)$(doc_htmldir) && rm -rf html 
     33        cd $(DESTDIR)$(doc_htmldir) && rm -f * 
    3434 
    3535endif 
  • linphone/po/POTFILES.in

    r344 r367  
    6161mediastreamer2/src/winvideo2.c 
    6262mediastreamer2/src/ice.c 
     63mediastreamer2/src/void.c 
    6364 
    6465 
Note: See TracChangeset for help on using the changeset viewer.