diff options
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 822261625..7fcb9e435 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,8 @@ include $(top_srcdir)/tools/flymake.mk CPPFLAGS_COMMON = \ - $(EMPATHY_CFLAGS) \ $(YELL_CFLAGS) \ + $(EMPATHY_CFLAGS) \ $(EDS_CFLAGS) \ $(ERROR_CFLAGS) \ -I$(top_srcdir) \ |