]> git.sesse.net Git - vlc/commitdiff
* debian/rules: Fixed the package generation on !x86.
authorSam Hocevar <sam@videolan.org>
Thu, 3 Jul 2003 03:35:29 +0000 (03:35 +0000)
committerSam Hocevar <sam@videolan.org>
Thu, 3 Jul 2003 03:35:29 +0000 (03:35 +0000)
  * .cvsignore: Do not ignore the m4 directory.

.cvsignore
debian/rules

index cbd14c2b700a1422544e22a5a7861e9ee8f76de9..17285637a72e7eebe9fc9798874dbaefe06a5e8b 100644 (file)
@@ -1,5 +1,4 @@
 .*
-m4
 intl
 ABOUT-NLS
 core
@@ -17,9 +16,8 @@ conftest.cc
 autom4te.cache
 Makefile.in
 Makefile
-build-stamp
-configure-stamp
-stamp-h*
+*-stamp
+stamp-*
 aclocal.m4
 vlc-debug.*
 vlc-log.*
index fb7fb381dc57b8d7f8002aed97dbebb9d6907ba0..1a9456367ea11e7ce0c0dfebf15698fb9b95210c 100755 (executable)
@@ -131,6 +131,8 @@ build-stamp:
        dh_testdir
 
        # Build only VLC, with the non-PIC libs
+       $(MAKE) include/vlc_symbols.h
+       cd modules && $(MAKE)
        $(MAKE) vlc
 
 ifneq ($(shell dpkg-architecture -qDEB_BUILD_GNU_CPU),i386)