diff options
Diffstat (limited to 'examples/application8/Makefile.example')
-rw-r--r-- | examples/application8/Makefile.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/application8/Makefile.example b/examples/application8/Makefile.example index 306da637e6..03ddb9a874 100644 --- a/examples/application8/Makefile.example +++ b/examples/application8/Makefile.example @@ -1,7 +1,7 @@ CC ?= gcc PKGCONFIG = $(shell which pkg-config) -CFLAGS = $(shell $(PKGCONFIG) --cflags gtk+-3.0) -LIBS = $(shell $(PKGCONFIG) --libs gtk+-3.0) +CFLAGS = $(shell $(PKGCONFIG) --cflags gtk+-4.0) +LIBS = $(shell $(PKGCONFIG) --libs gtk+-4.0) GLIB_COMPILE_RESOURCES = $(shell $(PKGCONFIG) --variable=glib_compile_resources gio-2.0) GLIB_COMPILE_SCHEMAS = $(shell $(PKGCONFIG) --variable=glib_compile_schemas gio-2.0) |