mirror of https://github.com/GNOME/gimp.git
app: make test-operations build again
This commit is contained in:
parent
acd1341ce5
commit
1e3db809c2
|
@ -23,7 +23,6 @@ AM_CPPFLAGS = \
|
|||
# comments about it in app/Makefile.am
|
||||
AM_LDFLAGS = \
|
||||
-Wl,-u,$(SYMPREFIX)xcf_init \
|
||||
-Wl,-u,$(SYMPREFIX)base_init \
|
||||
-Wl,-u,$(SYMPREFIX)internal_procs_init \
|
||||
-Wl,-u,$(SYMPREFIX)gimp_plug_in_manager_restore \
|
||||
-Wl,-u,$(SYMPREFIX)gimp_pdb_compat_param_spec \
|
||||
|
@ -46,8 +45,6 @@ LDADD = \
|
|||
$(top_builddir)/app/text/libapptext.a \
|
||||
$(top_builddir)/app/paint/libapppaint.a \
|
||||
$(top_builddir)/app/config/libappconfig.a \
|
||||
$(top_builddir)/app/paint-funcs/libapppaint-funcs.a \
|
||||
$(top_builddir)/app/base/libappbase.a \
|
||||
$(top_builddir)/app/libapp.a \
|
||||
$(top_builddir)/app/gegl/libappgegl.a \
|
||||
$(top_builddir)/app/operations/libappoperations.a \
|
||||
|
|
Loading…
Reference in New Issue