diff options
| -rw-r--r-- | Makefile.am | 3 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | src/Makefile.am | 3 | ||||
| -rw-r--r-- | src/libirecovery.pc.in (renamed from libirecovery.pc.in) | 0 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 0ddd6f7..6810a46 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -1,6 +1,3 @@ | |||
| 1 | AUTOMAKE_OPTIONS = foreign | 1 | AUTOMAKE_OPTIONS = foreign |
| 2 | ACLOCAL_AMFLAGS = -I m4 | 2 | ACLOCAL_AMFLAGS = -I m4 |
| 3 | SUBDIRS = src include tools udev | 3 | SUBDIRS = src include tools udev |
| 4 | |||
| 5 | pkgconfigdir = $(libdir)/pkgconfig | ||
| 6 | pkgconfig_DATA = libirecovery.pc | ||
diff --git a/configure.ac b/configure.ac index 8a41541..962fecf 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -183,9 +183,9 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) | |||
| 183 | AC_OUTPUT([ | 183 | AC_OUTPUT([ |
| 184 | Makefile | 184 | Makefile |
| 185 | src/Makefile | 185 | src/Makefile |
| 186 | src/libirecovery.pc | ||
| 186 | include/Makefile | 187 | include/Makefile |
| 187 | tools/Makefile | 188 | tools/Makefile |
| 188 | libirecovery.pc | ||
| 189 | udev/Makefile | 189 | udev/Makefile |
| 190 | ]) | 190 | ]) |
| 191 | 191 | ||
diff --git a/src/Makefile.am b/src/Makefile.am index 265c91a..e5dc9c1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -19,3 +19,6 @@ libirecovery_la_SOURCES = libirecovery.c \ | |||
| 19 | if WIN32 | 19 | if WIN32 |
| 20 | libirecovery_la_LDFLAGS += -avoid-version | 20 | libirecovery_la_LDFLAGS += -avoid-version |
| 21 | endif | 21 | endif |
| 22 | |||
| 23 | pkgconfigdir = $(libdir)/pkgconfig | ||
| 24 | pkgconfig_DATA = libirecovery.pc | ||
diff --git a/libirecovery.pc.in b/src/libirecovery.pc.in index 11ac86a..11ac86a 100644 --- a/libirecovery.pc.in +++ b/src/libirecovery.pc.in | |||
