From: phantomjinx <pha...@us...> - 2012-04-20 17:15:18
|
commit b2746cb09ffce982debb6ea580dfd0f73f940403 Author: phantomjinx <p.g...@ph...> Date: Sat Apr 14 22:32:00 2012 +0100 Build libs directory before plugins * atomic parsley library required for plugins but depends on libgtkpod Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/Makefile.am b/Makefile.am index a27457d..20a6a6a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = libgtkpod src po scripts data icons doc plugins +SUBDIRS = libgtkpod libs src po scripts data icons doc plugins pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libgtkpod-1.1.0.pc |