Skip to content

Commit

Permalink
Move src to npapi
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed Jul 10, 2011
1 parent 809830a commit 3594b30
Show file tree
Hide file tree
Showing 25 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
*.cache
*.o
*.lo
*.log
*.la
Expand Down
5 changes: 3 additions & 2 deletions Makefile.am
Expand Up @@ -6,8 +6,9 @@ AUTOMAKE_OPTIONS = \
dist-xz \
no-dist-gzip

DIST_SUBDIRS= share src
SUBDIRS = src
DIST_SUBDIRS= share npapi
SUBDIRS = npapi

EXTRA_DIST = \
autogen.sh \
extras/macosx/Info.plist.in \
Expand Down
14 changes: 7 additions & 7 deletions configure.ac
Expand Up @@ -23,7 +23,7 @@ AC_SUBST(COPYRIGHT_YEARS)
COPYRIGHT_MESSAGE="Copyright © ${COPYRIGHT_YEARS} the VideoLAN team"
AC_SUBST(COPYRIGHT_MESSAGE)

AC_CONFIG_SRCDIR(src/vlcplugin.cpp)
AC_CONFIG_SRCDIR(npapi/vlcplugin.cpp)
AC_CONFIG_AUX_DIR(autotools)
AC_CONFIG_MACRO_DIR(m4)
AC_CANONICAL_BUILD
Expand Down Expand Up @@ -209,20 +209,20 @@ AC_LANG_POP(C++)

AC_CONFIG_FILES([
Makefile
src/Makefile
share/Makefile
src/install.js
src/install.rdf
src/manifest.json
npapi/Makefile
npapi/install.js
npapi/install.rdf
npapi/manifest.json
])
AM_COND_IF([HAVE_WIN32], [
AC_CONFIG_FILES([
src/npvlc_rc.rc
npapi/npvlc_rc.rc
])
])
AM_COND_IF([HAVE_DARWIN], [
AC_CONFIG_FILES([
src/vlc.r
npapi/vlc.r
extras/macosx/Info.plist
extras/macosx/InstallerInfo.plist
])
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3594b30

Please sign in to comment.