Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sailfish-access-control
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mer-core
sailfish-access-control
Commits
237bcbfc
Commit
237bcbfc
authored
Oct 30, 2019
by
Raine Makelainen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup static library related lines from Makefile
parent
aa7174b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
Makefile
Makefile
+0
-4
No files found.
Makefile
View file @
237bcbfc
...
...
@@ -96,9 +96,6 @@ install-%-inc:
%$(SO)
:
$(CC)
-o
$@
$^
$(LDFLAGS)
$(LDLIBS)
$(CFLAGS)
%.a
:
$(AR)
r
$@
$^
%.pic.o
:
CFLAGS += -fPIC
%.pic.o
:
CFLAGS += -fvisibility=hidden
...
...
@@ -131,7 +128,6 @@ install-lib$(NAME):: $(addprefix install-lib$(NAME)-, dll)
# ----------------------------------------------------------------------------
install-libsailfishaccesscontrol-dev-inc
:
sailfishaccesscontrol.h
install-libsailfishaccesscontrol-dev-lib
:
libsailfishaccesscontrol.a
install-libsailfishaccesscontrol-dev
::
$(addprefix install-libsailfishaccesscontrol-dev-
,
lib inc) $(NAME).pc
ln
-sf
lib
$(NAME)$(SO)
$(ROOT)$(LIBDIR)
/lib
$(NAME)
.so
...
...
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