aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2016-04-20 12:28:45 +0200
committerAnders Broman <a.broman58@gmail.com>2016-04-20 10:31:45 +0000
commit46d11dad09e29a5573c06f81122a9de1b9427737 (patch)
tree94f3371b57ac073ff67797c25538bb35a0916f62 /ui/gtk
parentc33274dafad53f5f9126708065d2f7f486aa0e54 (diff)
Fix a typo causing pixbuf-csource.c not to be built if GDK_GRERESOURCE
does not exist. Change-Id: Ic6bc15d282f016965ef0da4e7574ef3a6080a6f8 Reviewed-on: https://code.wireshark.org/review/15013 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/gtk')
-rw-r--r--ui/gtk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/Makefile.am b/ui/gtk/Makefile.am
index a2fab6fc5b..2ccbd86919 100644
--- a/ui/gtk/Makefile.am
+++ b/ui/gtk/Makefile.am
@@ -28,7 +28,7 @@ NODIST_GENERATED_FILES += \
wireshark-gresources.c
else
BUILD_PIXBUF_CSOURCE = \
- pixbuf-csource.h
+ pixbuf-csource.h \
pixbuf-csource.c
endif