Skip to content

Commit

Permalink
helloworld
Browse files Browse the repository at this point in the history
  • Loading branch information
j2969719 committed Jul 23, 2023
1 parent eb9f97b commit dc59d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/wlx/atril-gtk2/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CC = gcc
CFLAGS = -shared -fPIC -Wl,--no-as-needed

libs := `pkg-config --cflags --libs gtk+-2.0 atril-view-1.5.0 atril-document-1.5.0`
includes := -I../../../sdk
includes := -I../../../sdk -I.

plugdir := $(shell basename $(realpath ..))
plugtype := $(shell basename $(realpath ../..))
Expand Down

0 comments on commit dc59d87

Please sign in to comment.