aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--example/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.am b/example/Makefile.am
index ae9ee94..62347d2 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -41,7 +41,7 @@ VALAFLAGS = \
BUILT_SOURCES = simple-client-vala.c
simple-client-vala.c: $(srcdir)/simple-client-vala.vala
$(VALAC) $(VALAFLAGS) -C $< -o $@
- $(SED) -i "s|#include\s<libappindicator/app-indicator.h>||g" $@
+ $(SED) -i "s|#include\s*<\s*libappindicator/app-indicator.h\s*>||g" $@
simple_client_vala_SOURCES = simple-client-vala.c
simple_client_vala_CFLAGS = \