mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-04-19 17:10:54 +02:00
parent
02c5f9a2d6
commit
479b54fe34
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ scenario in a Makefile:
|
|||
.PP
|
||||
.nf
|
||||
program: program.c
|
||||
cc program.c `pkg-config --cflags --libs gnomeui`
|
||||
cc program.c $(pkg-config --cflags --libs gnomeui)
|
||||
.fi
|
||||
.PP
|
||||
\fIpkg-config\fP retrieves information about packages from
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue