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 efd2dfb..2bca8d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,5 @@ SUBDIRS = src xtract examples @DOXYGEN@ +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libxtract.pc + |