diff options
author | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-11-26 15:40:02 +0200 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-11-26 16:25:14 +0200 |
commit | af7bc4b78e399944c8a95c36523148ffb81d8b63 (patch) | |
tree | d4356996d72945bd1e8438211eb32a7f651536ab /Makefile.plugins | |
parent | 547d1108612809f5ee4a9bf4b5028055f8a712a1 (diff) | |
download | connman-af7bc4b78e399944c8a95c36523148ffb81d8b63.tar.gz connman-af7bc4b78e399944c8a95c36523148ffb81d8b63.tar.bz2 connman-af7bc4b78e399944c8a95c36523148ffb81d8b63.zip |
build: Fix up distribution dependencies in makefiles
Ensure all files needed at build time are added to the distribution
tar file, especially those for VPN. Files in any *_SOURCES variables
or ending with *.in are already covered.
Diffstat (limited to 'Makefile.plugins')
-rw-r--r-- | Makefile.plugins | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.plugins b/Makefile.plugins index bbc7b5d5..7fe2aca1 100644 --- a/Makefile.plugins +++ b/Makefile.plugins @@ -266,9 +266,9 @@ if POLKIT $(AM_V_GEN)cp $< $@ endif -if VPN EXTRA_DIST += vpn/vpn-polkit.policy +if VPN vpn/net.connman.vpn.policy: vpn/vpn-polkit.policy if POLKIT $(AM_V_GEN)cp $< $@ |