Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alexmarsev/libbs2b.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhartwork <hartwork@bc0edfbe-c936-4687-b64d-f70bc3985e72>2009-02-19 03:49:16 +0300
committerhartwork <hartwork@bc0edfbe-c936-4687-b64d-f70bc3985e72>2009-02-19 03:49:16 +0300
commitd3e4e6f71ca3a12c54e1f64a5f8316d34c18e856 (patch)
tree7eb86f3bc36f6ae9914127f4f5407e07d6c2c0b6 /Makefile.am
parent29abea960b4f2e806761dcd62b92e8c233e396a0 (diff)
Add pkg-config file, fix header destination
git-svn-id: svn://svn.code.sf.net/p/bs2b/code/trunk/libbs2b@6 bc0edfbe-c936-4687-b64d-f70bc3985e72
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 492fe2f..0498b5b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,4 +3,10 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = \
src \
doc \
- win32
+ win32 \
+ .
+
+
+pkgconfig_DATA = libbs2b.pc
+
+pkgconfigdir = $(libdir)/pkgconfig