diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2012-11-11 08:56:45 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2012-11-11 08:56:45 +0100 |
commit | c10a86d98055feff29445021559c9f6d3c5078e6 (patch) | |
tree | 239f005a0f58fe4a0b3d885b33119ab8f867982c /Makefile.am | |
parent | db82bd012580b65c147f1dd308277370ba421d9b (diff) | |
download | librcc-c10a86d98055feff29445021559c9f6d3c5078e6.tar.gz librcc-c10a86d98055feff29445021559c9f6d3c5078e6.tar.bz2 librcc-c10a86d98055feff29445021559c9f6d3c5078e6.tar.xz librcc-c10a86d98055feff29445021559c9f6d3c5078e6.zip |
pkgconfig
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 |