Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
Utils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Control System
Libraries
Utils
Commits
da3d413d
Commit
da3d413d
authored
Nov 4, 2009
by
Frederic Picca
Browse files
Options
Downloads
Patches
Plain Diff
* add the pkgconfig file
parent
92a4ce7d
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure.ac
+1
-0
1 addition, 0 deletions
configure.ac
src/Makefile.am
+5
-0
5 additions, 0 deletions
src/Makefile.am
utils.pc.in
+11
-0
11 additions, 0 deletions
utils.pc.in
with
17 additions
and
0 deletions
configure.ac
+
1
−
0
View file @
da3d413d
...
...
@@ -28,6 +28,7 @@ AC_C_INLINE
# Checks for library functions.
AC_CONFIG_FILES([Makefile
utils.pc
include/Makefile
src/Makefile])
AC_OUTPUT
This diff is collapsed.
Click to expand it.
src/Makefile.am
+
5
−
0
View file @
da3d413d
SUBDIRS
=
src include
EXTRA_DIST
=
utils.pc.in
pkgconfigdir
=
${
libdir
}
/pkgconfig
pkgconfig_DATA
=
utils.pc
This diff is collapsed.
Click to expand it.
utils.pc.in
0 → 100644
+
11
−
0
View file @
da3d413d
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: utils
Description: Library utils from soleil
Version: @VERSION@
URL: http://sourceforge.net/projects/tango-ds
Libs: -L${libdir} -lutils
Cflags: -I${includedir}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment