From: RĂ©mi Denis-Courmont Date: Wed, 21 Jul 2010 21:22:53 +0000 (+0300) Subject: ipkg: packaging rules don't belong in the source tarball X-Git-Tag: 1.2.0-pre1~5718 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c422b773fd5613634c1c80e18d1e70661af5f2db;p=vlc ipkg: packaging rules don't belong in the source tarball --- diff --git a/Makefile.am b/Makefile.am index 8cd2199f14..457aa06cae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ # - src (libvlc) is nedeed by modules, mozilla and bindings # - libs/* are needed by modules BASE_SUBDIRS = po compat src bin modules share doc test -EXTRA_SUBDIRS = m4 extras/package/ipkg \ +EXTRA_SUBDIRS = m4 \ libs/loader libs/srtp libs/unzip \ projects/mozilla projects/activex DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS) diff --git a/configure.ac b/configure.ac index 8170742849..649890c2d2 100644 --- a/configure.ac +++ b/configure.ac @@ -4708,7 +4708,6 @@ AC_CONFIG_FILES([ Makefile projects/activex/Makefile doc/Makefile - extras/package/ipkg/Makefile libs/loader/Makefile libs/srtp/Makefile libs/unzip/Makefile diff --git a/extras/package/ipkg/Makefile.am b/extras/package/ipkg/Makefile.am deleted file mode 100644 index daf60ed1d5..0000000000 --- a/extras/package/ipkg/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -NULL = -EXTRA_DIST = \ - patch \ - control.h3600 \ - control.gpe \ - control.opie \ - control.zaurus \ - rules.h3600 \ - rules.gpe \ - rules.opie \ - rules.zaurus \ - postinst.gpe \ - postinst.opie \ - postinst.zaurus \ - postrm.gpe \ - postrm.opie \ - postrm.zaurus \ - vlc.desktop \ - vlc.gpe \ - vlc.opie \ - vlc.zaurus -