libgimpthumb: do not scan gimpthumb-enums.c for introspection.
gimpthumb-enums.c is a built source from the header. No need to scan it. As a side effect, it fixes another build break as it could not recognize the construction rule for this file. Thanks to tmanni for raising these build issues.
This commit is contained in:
parent
01e958422b
commit
7444b8eb9c
2 changed files with 1 additions and 1 deletions
|
|
@ -75,6 +75,7 @@ include $(top_srcdir)/libgimpthumb/Makefile.gi
|
|||
|
||||
libgimpthumb_@GIMP_API_VERSION@_la_SOURCES = \
|
||||
gimpthumb.h \
|
||||
gimpthumb-enums.c \
|
||||
$(libgimpthumb_introspectable)
|
||||
|
||||
libgimpthumbinclude_HEADERS = \
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ libgimpthumb_introspectable_headers = \
|
|||
$(top_srcdir)/libgimpthumb/gimpthumbnail.h
|
||||
|
||||
libgimpthumb_introspectable = \
|
||||
$(top_builddir)/libgimpthumb/gimpthumb-enums.c \
|
||||
$(top_srcdir)/libgimpthumb/gimpthumb-error.c \
|
||||
$(top_srcdir)/libgimpthumb/gimpthumb-utils.c \
|
||||
$(top_srcdir)/libgimpthumb/gimpthumbnail.c \
|
||||
|
|
|
|||
Loading…
Reference in a new issue