Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit aa81272

Browse files
committed
MAKE: Fix pkg-config invocation
1 parent 1bc163d commit aa81272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FILE_PERM = 0644
99
HEADERS=-I./headers/jabber
1010

1111
CFLAGS += $(shell $(PKG_CONFIG) --cflags glib-2.0 gio-2.0 purple) $(shell xml2-config --cflags) $(HEADERS)
12-
LIBS += $(shell $(PKG_CONFIG) --libs glib-2.0 gio-2.0 purple) $(shell xml2-config --libs) -L$(shell pkg-config --variable=plugindir purple)
12+
LIBS += $(shell $(PKG_CONFIG) --libs glib-2.0 gio-2.0 purple) $(shell xml2-config --libs) -L$(shell $(PKG_CONFIG) --variable=plugindir purple)
1313
PLUGIN_DIR_PURPLE = $(shell $(PKG_CONFIG) --variable=plugindir purple)
1414
DATA_ROOT_DIR_PURPLE = $(shell $(PKG_CONFIG) --variable=datarootdir purple)
1515

0 commit comments

Comments
 (0)