Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oleksii Turkot
CrystFEL
Commits
6c4b989c
Commit
6c4b989c
authored
Dec 03, 2012
by
Thomas White
Browse files
Add crystfel.pc file for pkg-config
parent
44a5179f
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
6c4b989c
...
...
@@ -48,3 +48,4 @@ build-aux/ltmain.sh
lib/.libs/
lib/dummy.lo
lib/libgnu.la
libcrystfel/crystfel.pc
configure.ac
View file @
6c4b989c
...
...
@@ -305,4 +305,5 @@ HTML_DIR=${docdir}/reference
AC_CONFIG_FILES(Makefile lib/Makefile doc/reference/Makefile libcrystfel/Makefile)
AC_CONFIG_FILES(libcrystfel/crystfel.pc)
AC_OUTPUT
libcrystfel/Makefile.am
View file @
6c4b989c
...
...
@@ -29,3 +29,6 @@ libcrystfel_la_include_HEADERS = src/beam-parameters.h src/hdf5-file.h \
INCLUDES
=
"-I
$(top_srcdir)
/data"
AM_CPPFLAGS
=
-DDATADIR
=
\"
"
$(datadir)
"
\"
-I
$(top_builddir)
/lib
-Wall
AM_CPPFLAGS
+=
-I
$(top_srcdir)
/lib @LIBCRYSTFEL_CFLAGS@
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
crystfel.pc
libcrystfel/crystfel.pc.in
0 → 100644
View file @
6c4b989c
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: CrystFEL
Description: Useful routines for crystallography using a free-electron laser
Version: @VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lcrystfel
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment