~khurshid-alam/unity-settings-daemon/use-usd-schemas

« back to all changes in this revision

Viewing changes to plugins/Makefile.am

  • Committer: Sebastien Bacher
  • Author(s): Khurshid Alam
  • Date: 2019-05-17 07:30:47 UTC
  • mfrom: (4190.1.1 libnm-port)
  • Revision ID: seb128@ubuntu.com-20190517073047-dhu75y9ka0bl6qz2
Unity-control-center has been ported away from libnm-glib to libnm 1.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
disabled_plugins += wacom
49
49
endif
50
50
 
 
51
if BUILD_RFKILL
 
52
enabled_plugins += rfkill
 
53
else
 
54
disabled_plugins += rfkill
 
55
endif
 
56
 
51
57
SUBDIRS = common $(enabled_plugins)
52
58
DIST_SUBDIRS = $(SUBDIRS) $(disabled_plugins)