I get this:
physics/e_mod_physics.c:4:22: fatal error: EPhysics.h: No such file or directory

this patch adds @EPHYSICS_CFLAGS@ to CFLAGS in Makefile_physics.am

regards
Jérémy
diff --git a/e/src/modules/Makefile_physics.am 
b/e/src/modules/Makefile_physics.am
index 9873442..350f3fb 100644
--- a/e/src/modules/Makefile_physics.am
+++ b/e/src/modules/Makefile_physics.am
@@ -7,6 +7,9 @@ EXTRA_DIST += $(physics_DATA)
 physicspkgdir = $(MDIR)/physics/$(MODULE_ARCH)
 physicspkg_LTLIBRARIES = physics/module.la
 
+physics_module_la_CFLAGS = $(AM_CFLAGS)
+physics_module_la_CFLAGS += @EPHYSICS_CFLAGS@
+
 physics_module_la_SOURCES = physics/e_mod_main.c \
                            physics/e_mod_main.h \
                            physics/e_mod_config.c \
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to