diff options
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 0ca0a9b4..3c1e522e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -373,7 +373,7 @@ osxapp_libs = libatk-1.0.0.dylib libcairo.2.dylib libexpat.1.dylib \ libintl.8.dylib libpango-1.0.0.dylib libpangocairo-1.0.0.dylib \ libpangoft2-1.0.0.dylib libpixman-1.0.dylib libpng14.14.dylib \ charset.alias gdk-pixbuf-2.0 gtk-2.0 pango -modules = css html java rails rest rhtml ruby php python yaml +modules = css html rest ruby python yaml release-all: release release64 win32-release osx-release modules-release \ cleanup-release |