Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
liboop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Magnus Holmgren
liboop
Commits
3ada365c
Commit
3ada365c
authored
8 years ago
by
Magnus Holmgren
Browse files
Options
Downloads
Patches
Plain Diff
Update package and library versions.
parent
6c79fd4a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.am
+1
-1
1 addition, 1 deletion
Makefile.am
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
with
2 additions
and
2 deletions
Makefile.am
+
1
−
1
View file @
3ada365c
...
@@ -14,7 +14,7 @@ pkgconfigdir = $(libdir)/pkgconfig
...
@@ -14,7 +14,7 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA
=
liboop.pc liboop-glib2.pc
pkgconfig_DATA
=
liboop.pc liboop-glib2.pc
# versions updated as of 1.0
# versions updated as of 1.0
liboop_la_LDFLAGS
=
-version-info
4:1:0
# version:revision:age
liboop_la_LDFLAGS
=
-version-info
5:0:1
# version:revision:age
liboop_la_SOURCES
=
sys.c
select
.c signal.c alloc.c read.c read-fd.c read-mem.c
liboop_la_SOURCES
=
sys.c
select
.c signal.c alloc.c read.c read-fd.c read-mem.c
liboop_adns_la_LDFLAGS
=
-version-info
3:0:0
-rpath
'
$(
libdir
)
'
liboop_adns_la_LDFLAGS
=
-version-info
3:0:0
-rpath
'
$(
libdir
)
'
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
3ada365c
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
AC_INIT(INSTALL)
AC_INIT(INSTALL)
AM_INIT_AUTOMAKE(liboop,1.0)
AM_INIT_AUTOMAKE(liboop,1.0
.1
)
AC_CANONICAL_HOST
AC_CANONICAL_HOST
AM_PROG_LIBTOOL
AM_PROG_LIBTOOL
AC_PROG_CC
AC_PROG_CC
...
...
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