mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
12 lines
263 B
Plaintext
12 lines
263 B
Plaintext
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}
|