Skip to content
Snippets Groups Projects
Commit 6dc0f4b628ec authored by Kirill Simonov's avatar Kirill Simonov
Browse files

Added support for pkg-config.

parent 8780313bfb30
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,9 @@
EXTRA_DIST = README LICENSE doc/doxygen.cfg
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = yaml-0.1.pc
maintainer-clean-local:
-rm -f aclocal.m4 config.h.in configure config/*
-find ${builddir} -name Makefile.in -exec rm -f '{}' ';'
......
......@@ -67,7 +67,7 @@
AC_TYPE_SIZE_T
# Define Makefiles.
AC_CONFIG_FILES([include/Makefile src/Makefile Makefile tests/Makefile win32/Makefile])
AC_CONFIG_FILES([yaml-0.1.pc include/Makefile src/Makefile Makefile tests/Makefile win32/Makefile])
# Generate the "configure" script.
AC_OUTPUT
prefix=@prefix@
exec_prefix=@exec_prefix@
includedir=@includedir@
libdir=@libdir@
Name: LibYAML
Description: Library to parse and emit YAML
Version: @PACKAGE_VERSION@
Cflags:
Libs: -L${libdir} -lyaml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment