From 21b8dd8e0e74cf8688b5a4a339e3f47757ed44ab Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 12 Nov 2016 11:33:37 +1100 Subject: Note required packages. Ensure filtered header is cleaned by make clean. --- test/gi/makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/gi/makefile b/test/gi/makefile index 8b01de341..b6ad87822 100644 --- a/test/gi/makefile +++ b/test/gi/makefile @@ -1,3 +1,7 @@ +# Build gir and test +# For Ubuntu, these may be needed: +# apt-get install gobject-introspection +# apt-get install libgirepository1.0-dev all: Scintilla-0.1.typelib ifdef GTK3 @@ -38,7 +42,7 @@ Scintilla-0.1.typelib: Scintilla-0.1.gir $(GI_COMPILER) $^ -o $@ clean: - rm -f libscintilla.so Scintilla-0.1.gir Scintilla-0.1.typelib + rm -f libscintilla.so Scintilla-0.1.gir Scintilla-0.1.typelib Scintilla-filtered.h $(MAKE) -C ../../gtk clean test: Scintilla-0.1.gir Scintilla-0.1.typelib -- cgit v1.2.3