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
23097463
Commit
23097463
authored
21 years ago
by
Dan Egnor
Browse files
Options
Downloads
Patches
Plain Diff
Fix build for glib2, etc.
parent
19ae3c23
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.cvsignore
+1
-0
1 addition, 0 deletions
.cvsignore
Makefile.am
+2
-1
2 additions, 1 deletion
Makefile.am
bootstrap
+4
-2
4 additions, 2 deletions
bootstrap
with
7 additions
and
3 deletions
.cvsignore
+
1
−
0
View file @
23097463
...
...
@@ -6,5 +6,6 @@ config.h.in
configure
ltconfig
ltmain.sh
missing
config.guess
config.sub
This diff is collapsed.
Click to expand it.
Makefile.am
+
2
−
1
View file @
23097463
...
...
@@ -7,7 +7,7 @@
# See the file COPYING for details.
AUTOMAKE_OPTIONS
=
foreign 1.7
lib_LTLIBRARIES
=
liboop-adns.la liboop-glib.la liboop-glib
2
.la liboop-tcl.la liboop-www.la liboop-rl.la liboop.la
lib_LTLIBRARIES
=
liboop-adns.la liboop-glib
2
.la liboop-glib.la liboop-tcl.la liboop-www.la liboop-rl.la liboop.la
# versions updated as of 0.8
liboop_la_LDFLAGS
=
-version-info
4:0:0
# version:revision:age
...
...
@@ -46,6 +46,7 @@ include_HEADERS = oop.h oop-adns.h oop-glib.h oop-tcl.h oop-www.h oop-rl.h oop-r
noinst_PROGRAMS
=
test-oop
test_oop_SOURCES
=
test-oop.c
test_oop_CFLAGS
=
$(
GLIB2_CFLAGS
)
$(
GLIB_INCLUDES
)
$(
TCL_INCLUDES
)
$(
WWW_INCLUDES
)
test_oop_LDADD
=
$(
lib_LTLIBRARIES
)
release
:
dist
...
...
This diff is collapsed.
Click to expand it.
bootstrap
+
4
−
2
View file @
23097463
#!/bin/sh -x
[
-x
"
`
which automake-1.7 2>/dev/null
`
"
]
&&
ver
=
"-1.7"
||
ver
=
""
libtoolize
--copy
--force
&&
aclocal
&&
automake
--add-missing
&&
aclocal
$ver
&&
automake
$ver
--add-missing
&&
autoconf
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