diff options
author | Stefano Karapetsas <[email protected]> | 2013-12-16 13:23:09 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-12-16 13:23:09 -0800 |
commit | 1cc3eae35740c95277ce77a8e28b71190ce3c50f (patch) | |
tree | 7ea41de2b684b80ac8036e366c8d98b1004e9b10 /applets | |
parent | 751286f696bb611e65d69f0db41a8b6523e273e6 (diff) | |
parent | 1c0b5b5e50041987d46f974cc75f1981e7ec977e (diff) | |
download | mate-power-manager-1cc3eae35740c95277ce77a8e28b71190ce3c50f.tar.bz2 mate-power-manager-1cc3eae35740c95277ce77a8e28b71190ce3c50f.tar.xz |
Merge pull request #88 from infirit/master
Add config options and bring ChangeLog generation up to date
Diffstat (limited to 'applets')
-rw-r--r-- | applets/brightness/Makefile.am | 1 | ||||
-rw-r--r-- | applets/inhibit/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/applets/brightness/Makefile.am b/applets/brightness/Makefile.am index 5e9e834..fd8b54c 100644 --- a/applets/brightness/Makefile.am +++ b/applets/brightness/Makefile.am @@ -20,6 +20,7 @@ AM_CPPFLAGS = \ -DEGG_LOGGING="\"GPM_LOGGING\"" \ -DEGG_CONSOLE="\"GPM_CONSOLE\"" \ -I$(top_srcdir)/libdbus-glib \ + $(DISABLE_DEPRECATED) $(NULL) libexec_PROGRAMS=mate-brightness-applet diff --git a/applets/inhibit/Makefile.am b/applets/inhibit/Makefile.am index fa12b4b..c3244c1 100644 --- a/applets/inhibit/Makefile.am +++ b/applets/inhibit/Makefile.am @@ -20,6 +20,7 @@ AM_CPPFLAGS = \ -DEGG_LOGGING="\"GPM_LOGGING\"" \ -DEGG_CONSOLE="\"GPM_CONSOLE\"" \ -I$(top_srcdir)/libdbus-glib \ + $(DISABLE_DEPRECATED) \ $(NULL) libexec_PROGRAMS=mate-inhibit-applet |