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 d5b909f..e5bd58a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,7 @@ SUBDIRS = src engines external ui EXTRA_DIST = librcd.spec +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = librcc.pc + ACLOCAL_AMFLAGS = -I m4 |