diff options
| author | Michael Biebl <biebl@debian.org> | 2020-03-13 00:45:02 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-03-13 00:45:02 +0100 |
| commit | dae4785d3a29c5df3740c2676b400c0da1a72e3e (patch) | |
| tree | 9fe17185cbbcbd096c85e5973e1b909ae3f751e4 /Makefile.am | |
| parent | 3cbb3d6ecfef1076fc757632ee8327935250afee (diff) | |
| parent | b012fa6e1d808e0736c009799c62d835cbfcc1dd (diff) | |
Update upstream source from tag 'upstream/1.22.10'
Update to upstream version '1.22.10' with Debian dir df10a9f9ccf26e17902b3dc19a866a22c47764e8
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d5cbcf54..b37aa4e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1008,7 +1008,7 @@ libnm_core_libnm_core_la_CPPFLAGS = \ if WITH_JSON_VALIDATION libnm_core_libnm_core_la_CPPFLAGS += $(JANSSON_CFLAGS) -libnm_core_libnm_core_la_CFLAGS = -fcommon +libnm_core_libnm_core_la_CPPFLAGS += -fcommon endif libnm_core_libnm_core_la_SOURCES = \ |