diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-03 04:31:43 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-03 04:31:43 +0100 | 
| commit | 8919ece61e0cf1037b887446697147e14dcc9c4e (patch) | |
| tree | 85b5a705445a756dfcfb46c1a8178b16f9a8ba05 /src | |
| parent | f1e03fb15d0e9ba72615e61a846b10947f0175be (diff) | |
| parent | b44d21230f63652ac2acd55bd818434408448e14 (diff) | |
Merge tag 'upstream/3.23.3'
Upstream version 3.23.3
Diffstat (limited to 'src')
| -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 | 
