mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
Added pkg-config file
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@prefix@/include
|
||||
|
||||
Name: @PACKAGE_NAME@
|
||||
Version: @PACKAGE_VERSION@
|
||||
Description: C implementation of John Gruber's Markdown markup language
|
||||
|
||||
Libs: -L${libdir} -lmarkdown @LIBS@
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user