diff --git a/ipkg/Makefile.am b/ipkg/Makefile.am index a27c687c18eeef9e9367e7ad4ba138a559b195da..ee1e568552884c5ff08aef75f01ae7c38755ebb4 100644 --- a/ipkg/Makefile.am +++ b/ipkg/Makefile.am @@ -1 +1,18 @@ -EXTRA_DIST = control patch rules control.gpe control.opie rules.gpe rules.opie postinst.gpe postinst.opie postrm.gpe postrm.opie vlc.desktop vlc.gpe vlc.opie +EXTRA_DIST = \ + patch \ + control \ + control.gpe \ + control.opie \ + rules \ + rules.gpe \ + rules.opie \ + postinst \ + postinst.gpe \ + postinst.opie \ + postrm \ + postrm.gpe \ + postrm.opie \ + vlc.desktop \ + vlc.gpe \ + vlc.opie \ + $(NULL)