~ubuntu-branches/debian/sid/guake/sid

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Daniel Echeverry
  • Date: 2015-04-26 19:15:06 UTC
  • mfrom: (1.1.7)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: package-import@ubuntu.com-20150426191506-mo8037vk6pueer5b
Tags: upstream-0.7.0
ImportĀ upstreamĀ versionĀ 0.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS = globalhotkeys
2
 
 
3
 
guakemoduledir = $(pkgpythondir)
4
 
guakemodule_PYTHON = __init__.py \
5
 
                     globals.py common.py simplegladeapp.py dbusiface.py \
6
 
                     prefs.py \
7
 
                     notifier.py
8
 
 
9
 
guakedir = $(bindir)
10
 
bin_SCRIPTS = guake guake-prefs
11
 
 
12
 
EXTRA_DIST = $(bin_SCRIPTS)