diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-30 16:04:57 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-30 16:04:57 +0100 |
commit | 8795f06d464700494234e589020e5e29854aeb8c (patch) | |
tree | f2525b646023e533f03d5c80240563b89ab5b152 /timer-applet/src/timerapplet/ui/Makefile.am | |
parent | c8a85a6aa040c1d2505b957af4cfb4bd39466504 (diff) | |
parent | 064212a25bea1fcf8901cd0a1d55aae0899f627c (diff) | |
download | mate-applets-8795f06d464700494234e589020e5e29854aeb8c.tar.bz2 mate-applets-8795f06d464700494234e589020e5e29854aeb8c.tar.xz |
Merge branch 'dev-timer-applet'
Closes #45
https://github.com/mate-desktop/mate-applets/issues/45
Diffstat (limited to 'timer-applet/src/timerapplet/ui/Makefile.am')
-rw-r--r-- | timer-applet/src/timerapplet/ui/Makefile.am | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/timer-applet/src/timerapplet/ui/Makefile.am b/timer-applet/src/timerapplet/ui/Makefile.am deleted file mode 100644 index 0021823e..00000000 --- a/timer-applet/src/timerapplet/ui/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -moduledir = $(pythondir)/timerapplet/ui -module_PYTHON = \ - __init__.py \ - AddEditPresetDialog.py \ - ContinueTimerDialog.py \ - DurationChooser.py \ - ManagePresetsDialog.py \ - Notifier.py \ - PieMeter.py \ - PreferencesDialog.py \ - PulseButton.py \ - ScrollableButtonList.py \ - StartTimerDialog.py \ - StartNextTimerDialog.py \ - StatusButton.py |