diff options
author | infirit <[email protected]> | 2013-11-08 23:36:13 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-08 23:47:22 +0100 |
commit | 64106e463750c301ad6183fc87e0fc81037e9f9b (patch) | |
tree | 34ce3da955fdc368bbdcecc10027215f66fe4100 /plugins | |
parent | 2b3d2f4295a0752f8743d24c45e08d766ac6bc12 (diff) | |
download | mate-settings-daemon-64106e463750c301ad6183fc87e0fc81037e9f9b.tar.bz2 mate-settings-daemon-64106e463750c301ad6183fc87e0fc81037e9f9b.tar.xz |
INCLUDES -> AM_CPPFLAGS
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/media-keys/cut-n-paste/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/media-keys/cut-n-paste/Makefile.am b/plugins/media-keys/cut-n-paste/Makefile.am index 28a9f77..f5707da 100644 --- a/plugins/media-keys/cut-n-paste/Makefile.am +++ b/plugins/media-keys/cut-n-paste/Makefile.am @@ -2,7 +2,7 @@ NULL = noinst_LTLIBRARIES = libgvc.la -INCLUDES = \ +AM_CPPFLAGS = \ $(WARN_CFLAGS) \ $(NULL) @@ -13,7 +13,7 @@ libgvc_la_SOURCES = \ $(NULL) if HAVE_PULSE -INCLUDES += \ +AM_CPPFLAGS += \ $(VOLUME_CONTROL_CFLAGS) \ $(PULSE_CFLAGS) @@ -43,7 +43,7 @@ libgvc_la_SOURCES += \ endif if HAVE_GSTREAMER -INCLUDES += \ +AM_CPPFLAGS += \ $(SETTINGS_PLUGIN_CFLAGS) \ $(AM_CFLAGS) \ $(GST_CFLAGS) |