Commit 2afddc23 by Maarten L. Hekkelman

.pc file added

parent 700c1d40
......@@ -47,7 +47,7 @@ DEFINES += DEBUG
CXXFLAGS += -g -O0
LDFLAGS += -g
else
CXXFLAGS += -O2
CXXFLAGS += -O3
DEFINES += NDEBUG
endif
......
......@@ -121,5 +121,6 @@ AX_CHECK_LIBRARY([LIBBZ2], [bzlib.h], [bz2], [],
# [],
# [enable_debug=auto])
dnl Process Makefile.in to create Makefile
AC_OUTPUT([GNUmakefile])
dnl Process files
AC_OUTPUT([GNUmakefile
libcif++.pc])
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libcif++
Description: C++ library for the manipulation of mmCIF files.
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lcif++
Cflags: -I${includedir}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment