r22518: Create pkgconfig dir.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 25 Apr 2007 14:18:22 +0000 (14:18 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:51:36 +0000 (14:51 -0500)
(This used to be commit 17e9c56a75264e77a9cab130890ad97618442301)

source4/lib/talloc/Makefile.in

index 0cf4354ba4691b5ea93230e148826400eabe3afb..e4737f04231aa54ece10e398649cb42f1512cc18 100644 (file)
@@ -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)