diff options
Diffstat (limited to 'examples/application1/Makefile.example')
-rw-r--r-- | examples/application1/Makefile.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/application1/Makefile.example b/examples/application1/Makefile.example index 47d2ae9353..52746a0945 100644 --- a/examples/application1/Makefile.example +++ b/examples/application1/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) SRC = main.c exampleapp.c exampleappwin.c |