summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-04-25 14:18:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:36 -0500
commit4adf0b62a306db33867ce821084c249b8f77e950 (patch)
tree55a9bfd04fc8ea2fd935933af17e091028f7a3ed /source4/lib
parent781575f5085ce7c4ccf05797103e54c2a8c8e6b9 (diff)
downloadsamba-4adf0b62a306db33867ce821084c249b8f77e950.tar.gz
samba-4adf0b62a306db33867ce821084c249b8f77e950.tar.bz2
samba-4adf0b62a306db33867ce821084c249b8f77e950.zip
r22518: Create pkgconfig dir.
(This used to be commit 17e9c56a75264e77a9cab130890ad97618442301)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/talloc/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/talloc/Makefile.in b/source4/lib/talloc/Makefile.in
index 0cf4354ba4..e4737f0423 100644
--- a/source4/lib/talloc/Makefile.in
+++ b/source4/lib/talloc/Makefile.in
@@ -35,6 +35,7 @@ libtalloc.a: $(LIBOBJ)
install: all
${INSTALLCMD} -d $(DESTDIR)${libdir}
+ ${INSTALLCMD} -d $(DESTDIR)${libdir}/pkgconfig
${INSTALLCMD} -m 755 libtalloc.a $(DESTDIR)$(libdir)
${INSTALLCMD} -d $(DESTDIR)${includedir}
${INSTALLCMD} -m 644 $(srcdir)/talloc.h $(DESTDIR)$(includedir)