diff options
author | Jordi Vilalta Prat | 2010-02-02 13:02:08 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2010-02-02 13:02:08 +0000 |
commit | 448ef35fe17645da52c10db7658fe39080359afe (patch) | |
tree | ae7975ad5f683413a989ee3c77bc3e5661f1fe33 /Makefile.common | |
parent | 0d464397a6651103d558b7014dff506c2be0a16f (diff) | |
download | scummvm-rg350-448ef35fe17645da52c10db7658fe39080359afe.tar.gz scummvm-rg350-448ef35fe17645da52c10db7658fe39080359afe.tar.bz2 scummvm-rg350-448ef35fe17645da52c10db7658fe39080359afe.zip |
Install the plugins from the current directory (the build one), not from the source directory
svn-id: r47812
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common index 083d86d4cb..0e3f4d9a26 100644 --- a/Makefile.common +++ b/Makefile.common @@ -261,7 +261,4 @@ ifdef ENABLE_AGI DIST_FILES_ENGINEDATA+=$(srcdir)/dists/pred.dic endif -# Plugin files -DIST_FILES_PLUGINS:=$(addprefix $(srcdir)/,$(PLUGINS)) - .PHONY: all clean distclean plugins dist-src |