Skip to content

Commit

Permalink
settings: Do not generate awnSettings.py using automake
Browse files Browse the repository at this point in the history
  • Loading branch information
p12tic committed Nov 30, 2013
1 parent 6ee2f59 commit 5ac1ecc
Show file tree
Hide file tree
Showing 7 changed files with 103 additions and 106 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -40,7 +40,6 @@ stamp-h1
applet-activation/awn-applet
applets/quick-prefs/applet.c
awn-settings/awnDefs.py
awn-settings/awnSettings.py
bindings/python/awn.c
data/avant-window-navigator.schema-ini.in
debian/*.debhelper.log
Expand Down
2 changes: 1 addition & 1 deletion awn-settings/Makefile.am
Expand Up @@ -7,11 +7,11 @@ include $(top_srcdir)/Makefile.desktop-files
python_files = \
awnClass.py \
awnSettingsHelper.py \
awnSettings.py \
$(NULL)

generated_python_files = \
awnDefs.py \
awnSettings.py \
awn_settings_launcher.py \
$(NULL)

Expand Down

0 comments on commit 5ac1ecc

Please sign in to comment.