build: efl_wl: make sure we have the two files for efl_wl included
authorStefan Schmidt <stefan@osg.samsung.com>
Wed, 12 Jul 2017 16:56:47 +0000 (18:56 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Wed, 12 Jul 2017 17:00:33 +0000 (19:00 +0200)
These two files coming in via EXTRA_DIST have not been included becuase
they have been living inside an ifdef which would only have them
included in a dist when configured with wayland enabled. We always want
to have these files in the dist though. Building for wayland out of a
tarball release works now again.

Problem reported by William L. Thomson Jr.

src/Makefile.am
src/Makefile_efl_wl.am

index 10eba07..b3cced6 100644 (file)
@@ -175,7 +175,7 @@ dist-hook:
        @mkdir -p $(distdir)/lib/evas/common/evas_op_mask $(distdir)/lib/evas/common/evas_op_mul
        @mkdir -p $(distdir)/lib/evas/common/evas_op_sub $(distdir)/lib/evas/filters/blur
        @mkdir -p $(distdir)/static_libs/http-parser/contrib $(distdir)/bindings/luajit/eina
-       @mkdir -p $(distdir)/wayland_protocol
+       @mkdir -p $(distdir)/wayland_protocol $(distdir)/lib/efl_wl/
        @mkdir -p $(distdir)/modules/evas/engines/software_generic/filters/blur
        for F in $(EXTRA_DIST2); do cp -f $(srcdir)/$$F $(distdir)/$$F; done
 
index 270c99f..aae58ff 100644 (file)
@@ -46,8 +46,8 @@ bin_efl_wl_efl_wl_test_stack_CPPFLAGS = \
 @EFL_WL_CFLAGS@ \
 @ELEMENTARY_CFLAGS@
 
+endif
+
 EXTRA_DIST2 += \
 lib/efl_wl/copiedfromweston.x \
 lib/efl_wl/x11.x
-
-endif