Commit a4132b19 authored by Sam Hocevar's avatar Sam Hocevar

* debian/rules: Fixed the package generation on !x86.

  * .cvsignore: Do not ignore the m4 directory.
parent 9090f58c
.*
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.*
......
......@@ -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)
......
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