Initially show scroll indicator for a brief period
[platform/core/uifw/dali-toolkit.git] / build / tizen / Makefile.am
old mode 100644 (file)
new mode 100755 (executable)
index 0d0e733..89a5e28
 SUBDIRS = dali-toolkit
 
 if ENABLE_JAVASCRIPT_PLUGIN
-SUBDIRS +=plugins
+SUBDIRS +=plugins/javascript
+endif
+
+if ENABLE_CSHARP_PLUGIN
+SUBDIRS +=plugins/csharp
 endif
 
 # perform documentation last, so it doesn't prevent code from building if there's an error