Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
eb5f07cc
Commit
eb5f07cc
authored
Jul 14, 2015
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nxcomp{,ext,shad}/Makefile.in: Create pkgconfigdir before putting files in it.
parent
bc35168f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
Makefile.in
nxcomp/Makefile.in
+1
-0
Makefile.in
nxcompext/Makefile.in
+1
-0
Makefile.in
nxcompshad/Makefile.in
+1
-0
No files found.
nxcomp/Makefile.in
View file @
eb5f07cc
...
...
@@ -287,6 +287,7 @@ install.bin:
install.lib
:
all
./mkinstalldirs
$(DESTDIR)
${
libdir
}
./mkinstalldirs
$(DESTDIR)
${
includedir
}
/nx
./mkinstalldirs
$(DESTDIR)
${
pkgconfigdir
}
$(INSTALL_DATA)
$(LIBFULL)
$(DESTDIR)
${
libdir
}
$(INSTALL_LINK)
$(LIBLOAD)
$(DESTDIR)
${
libdir
}
$(INSTALL_LINK)
$(LIBSHARED)
$(DESTDIR)
${
libdir
}
...
...
nxcompext/Makefile.in
View file @
eb5f07cc
...
...
@@ -168,6 +168,7 @@ install.bin:
install.lib
:
all
./mkinstalldirs
$(DESTDIR)
${
libdir
}
./mkinstalldirs
$(DESTDIR)
${
includedir
}
/nx
./mkinstalldirs
$(DESTDIR)
${
pkgconfigdir
}
$(INSTALL_DATA)
$(LIBFULL)
$(DESTDIR)
${
libdir
}
$(INSTALL_LINK)
$(LIBLOAD)
$(DESTDIR)
${
libdir
}
$(INSTALL_LINK)
$(LIBSHARED)
$(DESTDIR)
${
libdir
}
...
...
nxcompshad/Makefile.in
View file @
eb5f07cc
...
...
@@ -202,6 +202,7 @@ install.bin:
install.lib
:
all
$(INSTALL_DIR)
$(DESTDIR)
${
libdir
}
$(INSTALL_DIR)
$(DESTDIR)
${
includedir
}
/nx
$(INSTALL_DIR)
$(DESTDIR)
${
pkgconfigdir
}
$(INSTALL_DATA)
$(LIBFULL)
$(DESTDIR)
${
libdir
}
$(INSTALL_LINK)
$(LIBLOAD)
$(DESTDIR)
${
libdir
}
$(INSTALL_LINK)
$(LIBSHARED)
$(DESTDIR)
${
libdir
}
...
...
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