mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
plug-ins: do not #include c autogenerated sources
This commit is contained in:
parent
3b5bc9f0b7
commit
211e5f51a5
8 changed files with 12 additions and 8 deletions
|
@ -60,7 +60,9 @@ gfig_SOURCES = \
|
|||
gfig-star.h \
|
||||
gfig-style.c \
|
||||
gfig-style.h \
|
||||
gfig-types.h
|
||||
gfig-types.h \
|
||||
images/gfig-icon-images.c \
|
||||
images/gfig-icon-images.h
|
||||
|
||||
EXTRA_DIST = README
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include "gfig-icons.h"
|
||||
|
||||
#include "images/gfig-icon-images.h"
|
||||
#include "images/gfig-icon-images.c"
|
||||
|
||||
|
||||
void
|
||||
|
|
|
@ -129,7 +129,9 @@ imagemap_SOURCES = \
|
|||
imap_ui_grid.c \
|
||||
imap_ui_grid.h \
|
||||
imap_taglist.c \
|
||||
imap_taglist.h
|
||||
imap_taglist.h \
|
||||
images/imagemap-icon-images.h \
|
||||
images/imagemap-icon-images.c
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DGIMP_DEPRECATED_REPLACE_NEW_API \
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include "imap_icons.h"
|
||||
|
||||
#include "images/imagemap-icon-images.h"
|
||||
#include "images/imagemap-icon-images.c"
|
||||
|
||||
void
|
||||
init_icons (void)
|
||||
|
|
|
@ -41,7 +41,9 @@ lighting_SOURCES = \
|
|||
lighting-shade.c \
|
||||
lighting-shade.h \
|
||||
lighting-ui.c \
|
||||
lighting-ui.h
|
||||
lighting-ui.h \
|
||||
images/lighting-icon-images.h \
|
||||
images/lighting-icon-images.c
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DGIMP_DEPRECATED_REPLACE_NEW_API \
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include "lighting-icons.h"
|
||||
|
||||
#include "images/lighting-icon-images.h"
|
||||
#include "images/lighting-icon-images.c"
|
||||
|
||||
|
||||
void
|
||||
|
|
|
@ -41,7 +41,9 @@ map_object_SOURCES = \
|
|||
map-object-shade.c \
|
||||
map-object-shade.h \
|
||||
map-object-ui.c \
|
||||
map-object-ui.h
|
||||
map-object-ui.h \
|
||||
../lighting/images/lighting-icon-images.h \
|
||||
../lighting/images/lighting-icon-images.c
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DGIMP_DEPRECATED_REPLACE_NEW_API \
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include "map-object-icons.h"
|
||||
|
||||
#include "../lighting/images/lighting-icon-images.h"
|
||||
#include "../lighting/images/lighting-icon-images.c"
|
||||
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue