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>
This commit is contained in:
AndersBroman 2016-04-20 12:28:45 +02:00 committed by Anders Broman
parent c33274dafa
commit 46d11dad09
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ NODIST_GENERATED_FILES += \
wireshark-gresources.c
else
BUILD_PIXBUF_CSOURCE = \
pixbuf-csource.h
pixbuf-csource.h \
pixbuf-csource.c
endif