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 intl
ABOUT-NLS ABOUT-NLS
core core
...@@ -17,9 +16,8 @@ conftest.cc ...@@ -17,9 +16,8 @@ conftest.cc
autom4te.cache autom4te.cache
Makefile.in Makefile.in
Makefile Makefile
build-stamp *-stamp
configure-stamp stamp-*
stamp-h*
aclocal.m4 aclocal.m4
vlc-debug.* vlc-debug.*
vlc-log.* vlc-log.*
......
...@@ -131,6 +131,8 @@ build-stamp: ...@@ -131,6 +131,8 @@ build-stamp:
dh_testdir dh_testdir
# Build only VLC, with the non-PIC libs # Build only VLC, with the non-PIC libs
$(MAKE) include/vlc_symbols.h
cd modules && $(MAKE)
$(MAKE) vlc $(MAKE) vlc
ifneq ($(shell dpkg-architecture -qDEB_BUILD_GNU_CPU),i386) 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