diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-04-25 14:18:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:36 -0500 |
commit | 4adf0b62a306db33867ce821084c249b8f77e950 (patch) | |
tree | 55a9bfd04fc8ea2fd935933af17e091028f7a3ed | |
parent | 781575f5085ce7c4ccf05797103e54c2a8c8e6b9 (diff) | |
download | samba-4adf0b62a306db33867ce821084c249b8f77e950.tar.gz samba-4adf0b62a306db33867ce821084c249b8f77e950.tar.bz2 samba-4adf0b62a306db33867ce821084c249b8f77e950.zip |
r22518: Create pkgconfig dir.
(This used to be commit 17e9c56a75264e77a9cab130890ad97618442301)
-rw-r--r-- | source4/lib/talloc/Makefile.in | 1 |
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) |