summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-07-26 11:38:53 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-07-26 11:38:53 -0500
commit35c41f35b08e981caa062f963ad2611ee6ef35a9 (patch)
treeea1747f485872514197bfa84f6e3250dd54cca95
parent5c988de1bdaf2c4cf692e6c195375607a8c67ab0 (diff)
downloadtdenetwork-35c41f35.tar.gz
tdenetwork-35c41f35.zip
Fix a parallel build bug
Thanks to 'Nix' for the patch!
-rw-r--r--filesharing/advanced/propsdlgplugin/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/filesharing/advanced/propsdlgplugin/CMakeLists.txt b/filesharing/advanced/propsdlgplugin/CMakeLists.txt
index f6477d19..26d94f56 100644
--- a/filesharing/advanced/propsdlgplugin/CMakeLists.txt
+++ b/filesharing/advanced/propsdlgplugin/CMakeLists.txt
@@ -32,6 +32,7 @@ install( FILES
tde_add_library( propsdlgplugin_common STATIC_PIC AUTOMOC
SOURCES propertiespage.cpp propertiespagegui.ui
+ DEPENDENCIES filesharesamba
)