Bug 1331

Summary: waf generates and installs pkgconfig .pc files even for disabled modules and tests
Product: ns-3 Reporter: Vedran Miletić <vedran>
Component: build systemAssignee: Gustavo J. A. M. Carneiro <gjcarneiro>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P5    
Version: pre-release   
Hardware: PC   
OS: Linux   

Description Vedran Miletić 2011-12-29 11:04:47 UTC
waf generates and installs pkgconfig/libns3-*-test.pc even if --enable-tests is not used.

There was also a problem with pkgconfig/libns3-template.pc in case that template module isn't enabled, but I believe it's not any longer since template module is gone.
Comment 1 Vedran Miletić 2012-01-05 08:14:01 UTC
It is much more general (and probably easier to fix); .pc files get generated and installed even for disabled modules.
Comment 2 Gustavo J. A. M. Carneiro 2012-02-13 13:54:44 UTC
changeset:   7707:42c37d556d61
tag:         tip
user:        Gustavo J. A. M. Carneiro  <gjc@inescporto.pt>
date:        Mon Feb 13 18:54:22 2012 +0000
summary:     Bug 1331 - waf generates and installs pkgconfig .pc files even for disabled modules and tests