- Added the possibility to pass LT_LDFLAGS to configure in order

to obtain a completely static build


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@241 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-01-27 19:26:27 +00:00
parent 420a7f0e95
commit 50c64762ef
3 changed files with 19 additions and 1 deletions

View file

@ -39,7 +39,9 @@ sgpemv2_CPPFLAGS = -I@top_srcdir@ \
-DLOCALEDIR="\"$(localedir)\"" \
$(CAIRO_CFLAGS) \
$(GTKMM_CFLAGS)
sgpemv2_LDFLAGS = -L@builddir@/backend -L@builddir@/pyloader
sgpemv2_LDFLAGS = -L@builddir@/backend \
-L@builddir@/pyloader \
$(LT_LDFLAGS)
sgpemv2_LDADD = -lbackend -lpyloader \
$(CAIRO_LIBS) \
$(GTKMM_LIBS)