mirror of
https://github.com/Guake/guake.git
synced 2025-10-26 11:27:13 +00:00
12 lines
281 B
Makefile
12 lines
281 B
Makefile
SUBDIRS = globalhotkeys
|
|
|
|
guakemoduledir = $(pkgpythondir)
|
|
guakemodule_PYTHON = __init__.py \
|
|
globals.py common.py simplegladeapp.py dbusiface.py \
|
|
prefs.py
|
|
|
|
guakedir = $(bindir)
|
|
bin_SCRIPTS = guake guake-prefs
|
|
|
|
EXTRA_DIST = $(bin_SCRIPTS)
|