Skip to content

Commit

Permalink
Move pkg-config file into src dir and rename it to include major vers…
Browse files Browse the repository at this point in the history
…ion as standard recommends
  • Loading branch information
nikias committed Jun 8, 2020
1 parent 11771bf commit 6056361
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ SUBDIRS = common src include tools docs

EXTRA_DIST = \
README.md

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libusbmuxd.pc
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ src/Makefile
include/Makefile
tools/Makefile
docs/Makefile
libusbmuxd.pc
src/libusbmuxd-2.0.pc
])

echo "
Expand Down
3 changes: 3 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ if WIN32
libusbmuxd_la_LDFLAGS += -avoid-version -static-libgcc
libusbmuxd_la_LIBADD += -lws2_32
endif

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libusbmuxd-2.0.pc
File renamed without changes.

0 comments on commit 6056361

Please sign in to comment.