clean++
authorcaro <caro>
Sat, 8 Sep 2012 08:41:52 +0000 (08:41 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 8 Sep 2012 08:41:52 +0000 (08:41 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@76339 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/examples/Makefile.am

index 210d4ba..1eafbf4 100644 (file)
@@ -11,7 +11,7 @@ EDJE_CODEGEN_FLAGS = --prefix=codegen_example
 examplesdir = $(pkgdatadir)/examples
 
 if ENABLE_MULTISENSE
-SND_DIR             = -sd $(srcdir)
+SND_DIR = -sd $(srcdir)
 endif
 
 #put here all EDCs one needs to the examples
@@ -104,8 +104,8 @@ codegen_example_generated.c codegen_example_generated.h: codegen.edj
        $(EDJE_CODEGEN) $(EDJE_CODEGEN_FLAGS) codegen.edj example_group $(builddir)/codegen_example_generated.c $(builddir)/codegen_example_generated.h
 
 edje_codegen_example_SOURCES = \
-       codegen_example_generated.c \
-       edje-codegen-example.c
+codegen_example_generated.c \
+edje-codegen-example.c
 
 files_DATA += $(EDJS)