diff options
| author | 2015-01-28 20:54:25 +0100 | |
|---|---|---|
| committer | 2015-01-28 20:54:25 +0100 | |
| commit | 4d95679e67a11b6a748d0df192e410457229b83c (patch) | |
| tree | 1fb85c1d2b2a6d77591a037e71731d163770f132 /Makefile.am | |
| parent | 3f0ab718d51bd6649e171a4e411cd062cd9817cc (diff) | |
| download | libimobiledevice-4d95679e67a11b6a748d0df192e410457229b83c.tar.gz libimobiledevice-4d95679e67a11b6a748d0df192e410457229b83c.tar.bz2 | |
Move pkg-config file into src directory
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index fdd273f..c7d69cc 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -2,9 +2,6 @@ AUTOMAKE_OPTIONS = foreign | |||
| 2 | ACLOCAL_AMFLAGS = -I m4 | 2 | ACLOCAL_AMFLAGS = -I m4 |
| 3 | SUBDIRS = common src include $(CYTHON_SUB) tools docs | 3 | SUBDIRS = common src include $(CYTHON_SUB) tools docs |
| 4 | 4 | ||
| 5 | pkgconfigdir = $(libdir)/pkgconfig | ||
| 6 | pkgconfig_DATA = libimobiledevice-1.0.pc | ||
| 7 | |||
| 8 | EXTRA_DIST = docs | 5 | EXTRA_DIST = docs |
| 9 | 6 | ||
| 10 | docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/src/*.c $(top_srcdir)/src/*.h $(top_srcdir)/include/libimobiledevice/*.h | 7 | docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/src/*.c $(top_srcdir)/src/*.h $(top_srcdir)/include/libimobiledevice/*.h |
