Fix build issue of DALi# 39/100139/1
authorRavi Nanjundappa <nravi.n@samsung.com>
Fri, 25 Nov 2016 07:16:49 +0000 (12:46 +0530)
committerRavi Nanjundappa <nravi.n@samsung.com>
Fri, 25 Nov 2016 07:16:49 +0000 (12:46 +0530)
This patch fixes the build issue of DALi#.
Need to create automatic/csharp dir manually
to avoid the build issue.

Change-Id: Ie00cbc82ac8aa2a86533ccdc4afcbcc885a02623
Signed-off-by: Ravi Nanjundappa <nravi.n@samsung.com>
plugins/dali-swig/Makefile.am

index 6b6966a..6e70d46 100644 (file)
@@ -64,6 +64,7 @@ endif
 # then call our property-wrapper to inject DALi property getters / setters
 $(BUILT_SOURCES): SWIG/*.i
        rm -f automatic/csharp/*.cs
+       mkdir -p automatic/csharp
        $(SWIG) -csharp -c++ -outdir automatic/csharp \
             $(DALI_CFLAGS) $(DALICORE_CFLAGS) $(DALIADAPTOR_CFLAGS) $(DALITOOLKIT_CFLAGS) -namespace Dali -o automatic/cpp/dali_wrap.cpp SWIG/dali.i
        ./property-wrapper.rb