summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-12-13 13:44:01 +0100
committerraveit65 <[email protected]>2022-01-02 17:23:04 +0100
commit8486b323df39467c007a59a1b97b16da36ddeea5 (patch)
tree2f07ca54603ae88a06163d9c12edb13dc4356b61 /src
parentdc75a0bfcb3ca24726ed5405308a6194bf01d633 (diff)
downloadengrampa-8486b323df39467c007a59a1b97b16da36ddeea5.tar.bz2
engrampa-8486b323df39467c007a59a1b97b16da36ddeea5.tar.xz
build: fix -Wmissing-prototypes warning
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 027c2c4..d220912 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -176,7 +176,7 @@ fr-enum-types.h: typedefs.h $(GLIB_MKENUMS)
fr-enum-types.c: typedefs.h fr-enum-types.h
$(AM_V_GEN)( $(GLIB_MKENUMS) \
- --fhead "#include <glib-object.h>\n" \
+ --fhead "#include \"fr-enum-types.h\"\n" \
--fprod "\n/* enumerations from \"@filename@\" */\n#include \"@filename@\"" \
--vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \
--vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \