diff options
author | Stefano Karapetsas <[email protected]> | 2012-01-12 18:43:33 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-01-12 18:43:33 +0100 |
commit | b3e60df70d30451437b045b1d4c0d456da80d844 (patch) | |
tree | 6de108529b874d43545b7b1160f009802c3ce298 /Alacarte/Makefile.am | |
parent | e87fbefcec0c44579495b1bcb22ac59814029566 (diff) | |
download | mozo-b3e60df70d30451437b045b1d4c0d456da80d844.tar.bz2 mozo-b3e60df70d30451437b045b1d4c0d456da80d844.tar.xz |
Alacarte => Mozo
Diffstat (limited to 'Alacarte/Makefile.am')
-rw-r--r-- | Alacarte/Makefile.am | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Alacarte/Makefile.am b/Alacarte/Makefile.am deleted file mode 100644 index 6359d93..0000000 --- a/Alacarte/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ -## Process this file with automake to produce Makefile.in - -appdir = $(pythondir)/Alacarte -app_PYTHON = __init__.py MainWindow.py MenuEditor.py util.py -nodist_app_PYTHON = config.py - -config.py: config.py.in - sed \ - -e s!\@prefix\@!$(prefix)! \ - -e s!\@datadir\@!$(datadir)! \ - -e s!\@pkgdatadir\@!$(pkgdatadir)! \ - -e s!\@libexecdir\@!$(libexecdir)! \ - -e s!\@libdir\@!$(libdir)! \ - -e s!\@PACKAGE\@!$(PACKAGE)! \ - -e s!\@VERSION\@!$(VERSION)! \ - -e s!\@GETTEXT_PACKAGE\@!$(GETTEXT_PACKAGE)! \ - < $< > $@ -config.py: Makefile - -CLEANFILES = config.py -EXTRA_DIST = config.py.in - -all-local: config.py - |