diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2ab7661..4ce113c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,9 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = src include +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libiphone-1.0.pc + doc: doxygen doxygen.cfg |