mirror of https://github.com/GNOME/gimp.git
forgot this file with my last commit
This commit is contained in:
parent
0bcda70c66
commit
78f44c8091
|
@ -51,14 +51,13 @@ endif
|
|||
|
||||
if OS_WIN32
|
||||
mwindows = -mwindows
|
||||
symprefix = _
|
||||
endif
|
||||
|
||||
gimp_1_3_LDFLAGS = \
|
||||
$(mwindows) \
|
||||
-u $(symprefix)gimp_container_filter \
|
||||
-u $(symprefix)gimp_xml_parser_new \
|
||||
-u $(symprefix)gimp_drawable_stroke_vectors
|
||||
-u $(SYMPREFIX)gimp_container_filter \
|
||||
-u $(SYMPREFIX)gimp_xml_parser_new \
|
||||
-u $(SYMPREFIX)gimp_drawable_stroke_vectors
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DG_LOG_DOMAIN=\"Gimp\" \
|
||||
|
|
Loading…
Reference in New Issue