diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-03 04:31:29 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-03 04:31:29 +0100 |
commit | b44d21230f63652ac2acd55bd818434408448e14 (patch) | |
tree | 73952d6ca33489037f30edf11d0785b271bf733c /src/Makefile.am | |
parent | 4cd367d92ab485c92a00042abc28188d1a751ca0 (diff) |
New upstream version 3.23.3upstream/3.23.3
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 569f739..6c2e1ba 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,7 +41,7 @@ simple_scan_CFLAGS = \ -w \ $(SIMPLE_SCAN_CFLAGS) \ $(COLORD_CFLAGS) \ - $(PACKAGEKIT_CFLAGS) \ + $(PACKAGEKIT_CFLAGS) \ $(WARN_CFLAGS) \ -DVERSION=\"$(VERSION)\" \ -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \ @@ -55,7 +55,7 @@ simple_scan_CFLAGS = \ simple_scan_LDADD = \ $(SIMPLE_SCAN_LIBS) \ $(COLORD_LIBS) \ - $(PACKAGEKIT_LIBS) \ + $(PACKAGEKIT_LIBS) \ -lsane \ -lm |