Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libplist
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pwn
libplist
Commits
b8a485ee
Commit
b8a485ee
authored
Oct 09, 2008
by
Patrick Walton
Committed by
Matt Colyer
Oct 09, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a pkg-config file
parent
341a1057
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
1 deletion
+17
-1
AUTHORS
AUTHORS
+1
-0
Makefile.am
Makefile.am
+3
-0
configure.ac
configure.ac
+1
-1
libiphone-1.0.pc.in
libiphone-1.0.pc.in
+12
-0
No files found.
AUTHORS
View file @
b8a485ee
...
...
@@ -5,3 +5,4 @@ Martin Aumueller
Christophe Fergeau
Martin S.
Paul Sladen
Patrick Walton
Makefile.am
View file @
b8a485ee
AUTOMAKE_OPTIONS
=
foreign
SUBDIRS
=
src include
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
libiphone-1.0.pc
doc
:
doxygen doxygen.cfg
...
...
configure.ac
View file @
b8a485ee
...
...
@@ -38,4 +38,4 @@ AC_FUNC_MALLOC
AC_FUNC_REALLOC
AC_CHECK_FUNCS([strcasecmp strdup strerror strndup])
AC_OUTPUT(Makefile src/Makefile include/Makefile)
AC_OUTPUT(Makefile src/Makefile include/Makefile
libiphone-1.0.pc
)
libiphone-1.0.pc.in
0 → 100644
View file @
b8a485ee
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libiphone
Description: A library to communicate with the Lockdown server on the iPhone
Version: @VERSION@
Requires: libxml-2.0 >= 2.6.30 libusb >= 0.1.12 glib-2.0 >= 2.14.1 gthread-2.0 >= 2.14.1 gnutls >= 1.6.3 libtasn1 >= 1.1
Libs: -L${libdir} -liphone
Cflags: -I${includedir}
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