]> git.sesse.net Git - vlc/commitdiff
+ configure.ac: always build the beos module built-in
authorEric Petit <titer@videolan.org>
Fri, 20 Aug 2004 14:40:23 +0000 (14:40 +0000)
committerEric Petit <titer@videolan.org>
Fri, 20 Aug 2004 14:40:23 +0000 (14:40 +0000)
   (really strange crashes happen otherwise, can't figure out why)
 + Makefile.am: don't forget to build vlc-bundle on BeOS

Makefile.am
configure.ac

index c563f438c85681da20c20a7cc28194a4b6b3fe1c..0959522d6ef2ad653539281782a5d276bed39f4d 100644 (file)
@@ -408,6 +408,7 @@ vlc$(EXEEXT): $(vlc_OBJECTS) $(DEPENDENCIES_vlc) stamp-builtin
        esac
 
 if HAVE_BEOS
+vlc_app_DATA = vlc-bundle
 vlc-bundle: vlc
        rm -Rf $(srcdir)/vlc-bundle ; mkdir -p $(srcdir)/vlc-bundle
        cp $(srcdir)/vlc $(srcdir)/vlc-bundle/
index 438d720fadee486771be5a000be049b87f45e6a6..a90335e045d50429f6126e99f006557be9965f9f 100644 (file)
@@ -3082,7 +3082,7 @@ AC_ARG_WITH(,[Interface plugins:])
 dnl special case for BeOS
 if test "${SYS}" = "beos"
 then
-    VLC_ADD_PLUGINS([beos])
+    VLC_ADD_BUILTINS([beos])
 fi
 
 dnl