libgimptool/Makefile.am include libgimp-intl.h here.
2003-03-25 Sven Neumann <sven@gimp.org> * libgimptool/Makefile.am * gimptoolenums.c: include libgimp-intl.h here.
This commit is contained in:
parent
208915d468
commit
16f265aa6d
@ -1,3 +1,8 @@
|
||||
2003-03-25 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimptool/Makefile.am
|
||||
* gimptoolenums.c: include libgimp-intl.h here.
|
||||
|
||||
2003-03-25 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/text/gimptext.c: include locale.h for setlocale().
|
||||
|
@ -84,7 +84,7 @@ CLEANFILES = $(gen_sources)
|
||||
|
||||
$(srcdir)/gimptoolenums.c: $(srcdir)/gimptoolenums.h $(GIMP_MKENUMS)
|
||||
$(GIMP_MKENUMS) \
|
||||
--fhead "#include \"config.h\"\n#include <glib-object.h>\n#include \"libgimpproxy/gimpproxytypes.h\"\n#include \"gimptoolenums.h\"\n#include \"libgimp/gimpintl.h\"" \
|
||||
--fhead "#include \"config.h\"\n#include <glib-object.h>\n#include \"libgimpproxy/gimpproxytypes.h\"\n#include \"gimptoolenums.h\"\n#include \"libgimp/libgimp-intl.h\"" \
|
||||
--fprod "\n/* enumerations from \"@filename@\" */" \
|
||||
--vhead "\nstatic const GEnumValue @enum_name@_enum_values[] =\n{" \
|
||||
--vprod " { @VALUENAME@, @valuedesc@, \"@valuenick@\" }," \
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include <glib-object.h>
|
||||
#include "libgimpproxy/gimpproxytypes.h"
|
||||
#include "gimptoolenums.h"
|
||||
#include "libgimp/gimpintl.h"
|
||||
#include "libgimp/libgimp-intl.h"
|
||||
|
||||
/* enumerations from "./gimptoolenums.h" */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user