diff options
author | orbea <[email protected]> | 2024-03-17 10:35:26 -0700 |
---|---|---|
committer | Luke from DC <[email protected]> | 2024-08-15 17:59:01 +0000 |
commit | 2194cb268ddc7289ba7f7ec36544527c238fa797 (patch) | |
tree | 9251936ddf007a66d00084ebdc2a1e9911aa389c | |
parent | 5a2fd136fe1b7d25d501ccbe0d0f6d0df2206bf7 (diff) | |
download | mate-settings-daemon-2194cb268ddc7289ba7f7ec36544527c238fa797.tar.bz2 mate-settings-daemon-2194cb268ddc7289ba7f7ec36544527c238fa797.tar.xz |
build: escape newline
-rw-r--r-- | mate-settings-daemon/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-settings-daemon/Makefile.am b/mate-settings-daemon/Makefile.am index 0dda4ac..c99712d 100644 --- a/mate-settings-daemon/Makefile.am +++ b/mate-settings-daemon/Makefile.am @@ -21,7 +21,7 @@ libmsd_profile_la_SOURCES = \ $(NULL) libmsd_profile_la_CPPFLAGS = \ - $(AM_CPPFLAGS) + $(AM_CPPFLAGS) \ $(DISABLE_DEPRECATED_CFLAGS) \ $(NULL) |