# DFF -- An Open Source Digital Forensics Framework
# Copyright (C) 2009-2011 ArxSys
# This program is free software, distributed under the terms of
# the GNU General Public License Version 2. See the LICENSE file
# at the top of the source tree.
#  
# See http://www.digital-forensic.org for more information about this
# project. Please do not directly contact any of the maintainers of
# DFF for assistance; the project provides a web site, mailing lists
# and IRC channels for your use.
# 
# Author(s):
#  Solal Jacob <sja@digital-forensic.org>
#  Christophe Malinge <cma@digital-forensic.org>

#### Deploying python __init__ script
set(apiguiwidget_srcs
  __init__.py
  dockwidget.py
  nodebrowser.py
  layoutmanager.py
  nodeview.py
  varianttreewidget.py
  propertytable.py
  textedit.py
  devicesdialog.py
  generateModuleShape.py
  completer.py
  SearchNodeBrowser.py
  search_widget.py
  build_search_clause.py
)

install_file(apiguiwidget ${apiguiwidget_srcs})

