diff options
| author | 2015-01-28 20:54:25 +0100 | |
|---|---|---|
| committer | 2015-01-28 20:54:25 +0100 | |
| commit | 4d95679e67a11b6a748d0df192e410457229b83c (patch) | |
| tree | 1fb85c1d2b2a6d77591a037e71731d163770f132 /src/Makefile.am | |
| parent | 3f0ab718d51bd6649e171a4e411cd062cd9817cc (diff) | |
| download | libimobiledevice-4d95679e67a11b6a748d0df192e410457229b83c.tar.gz libimobiledevice-4d95679e67a11b6a748d0df192e410457229b83c.tar.bz2 | |
Move pkg-config file into src directory
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e45437b..da60386 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -34,3 +34,6 @@ if WIN32 | |||
| 34 | libimobiledevice_la_LDFLAGS += -avoid-version | 34 | libimobiledevice_la_LDFLAGS += -avoid-version |
| 35 | libimobiledevice_la_LIBADD += -lole32 -lws2_32 | 35 | libimobiledevice_la_LIBADD += -lole32 -lws2_32 |
| 36 | endif | 36 | endif |
| 37 | |||
| 38 | pkgconfigdir = $(libdir)/pkgconfig | ||
| 39 | pkgconfig_DATA = libimobiledevice-1.0.pc | ||
