Skip to content

Commit

Permalink
Drop pointless app generation
Browse files Browse the repository at this point in the history
We dropped python2 support so there is no substitution in the python
path anymore.
  • Loading branch information
infirit committed Feb 17, 2018
1 parent 05eea0d commit a19c923
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 28 deletions.
11 changes: 0 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,12 @@ Makefile
/config.status
/libtool
/stamp-h1
/apps/blueman-adapters
/apps/blueman-applet
/apps/blueman-assistant
/apps/blueman-manager
/apps/blueman-mechanism
/apps/blueman-report
/apps/blueman-rfcomm-watcher
/apps/blueman-sendto
/apps/blueman-services
/apps/blueman-tray
/blueman/Constants.py
/data/configs/blueman-applet.service
/data/configs/blueman-mechanism.service
/data/configs/org.blueman.Applet.service
/data/configs/org.blueman.Mechanism.service
/module/.deps
/module/_blueman.pyx
/po/POTFILES
/po/stamp-it

Expand Down
8 changes: 2 additions & 6 deletions apps/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APPS = \
APPS = \
blueman-adapters \
blueman-applet \
blueman-manager \
Expand All @@ -18,8 +18,4 @@ polkit_SCRIPTS = \
helpersdir = $(libexecdir)
helpers_SCRIPTS = blueman-rfcomm-watcher

ALL_APPS = $(APPS) $(polkit_SCRIPTS) $(helpers_SCRIPTS)

EXTRA_DIST = $(ALL_APPS) $(addsuffix .in, $(ALL_APPS))

CLEANFILES = $(ALL_APPS)
EXTRA_DIST = $(APPS) $(polkit_SCRIPTS) $(helpers_SCRIPTS)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 0 additions & 11 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -255,16 +255,6 @@ GLIB_GSETTINGS

AC_OUTPUT([
Makefile
apps/blueman-adapters
apps/blueman-applet
apps/blueman-assistant
apps/blueman-manager
apps/blueman-mechanism
apps/blueman-report
apps/blueman-rfcomm-watcher
apps/blueman-sendto
apps/blueman-services
apps/blueman-tray
apps/Makefile
blueman/Makefile
blueman/Constants.py
Expand Down Expand Up @@ -327,7 +317,6 @@ data/configs/blueman-applet.service
data/configs/blueman-mechanism.service
data/configs/org.blueman.Applet.service
data/configs/org.blueman.Mechanism.service
module/_blueman.pyx
module/Makefile
po/Makefile.in
sendto/Makefile
Expand Down
File renamed without changes.

0 comments on commit a19c923

Please sign in to comment.