GNOME Bugzilla – Bug 708111
build: Fix automake warnings
Last modified: 2014-06-25 10:32:50 UTC
.
Created attachment 254969 [details] [review] build: Fix automake warnings Warnings of the form: <foo>/Makefile.am:10: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
This doesn't work for me although I can't say why on quick look: make[5]: Entering directory `/home/rmatos/Source/git.gnome.org/gnome-control-center/panels/wacom/calibrator' CC libwacom_calibrator_test_la-calibrator.lo CC libwacom_calibrator_test_la-calibrator-gui.lo CC libwacom_calibrator_test_la-cc-clock-actor.lo In file included from calibrator.c:26:0: calibrator.h:27:18: fatal error: glib.h: No such file or directory #include <glib.h> ^ compilation terminated. In file included from cc-clock-actor.c:22:0: cc-clock-actor.h:24:18: fatal error: glib.h: No such file or directory #include <glib.h> ^ compilation terminated. calibrator-gui.c:27:24: fatal error: glib/gi18n.h: No such file or directory #include <glib/gi18n.h> ^ compilation terminated.
*** This bug has been marked as a duplicate of bug 732189 ***