Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
goffice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
42
Issues
42
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
goffice
Commits
96272325
Commit
96272325
authored
Nov 06, 2002
by
Morten Welinder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix undefined vars in makefile.
parent
e21ad686
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
tools/import-foocanvas
tools/import-foocanvas
+5
-1
No files found.
tools/import-foocanvas
View file @
96272325
...
...
@@ -71,9 +71,13 @@ sub copy_subsystem {
s/\.la/\.a/
;
next
if
/^\s*\\$/
;
next
if
/^libfoocanvasinclude_HEADERS\s*=/
...
!
/\\\s*$/
;
if
(
/^libfoocanvas_a_LIBADD\s*=/
)
{
print
DST
"
RENDER_LIBS=
\n
";
print
DST
"
NULL=
\n
";
}
print
DST
;
}
close
(
*SRC
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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