You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
484 B
12 lines
484 B
Index: src/Makefile.in |
|
--- src/Makefile.in.orig 2012-05-24 14:43:48.000000000 +0200 |
|
+++ src/Makefile.in 2012-05-25 18:52:41.000000000 +0200 |
|
@@ -49,7 +49,7 @@ |
|
PROGRAMS = $(bin_PROGRAMS) |
|
printemf_SOURCES = printemf.c |
|
printemf_OBJECTS = printemf.$(OBJEXT) |
|
-printemf_LDADD = $(LDADD) |
|
+printemf_LDADD = $(LDADD) -static |
|
printemf_DEPENDENCIES = $(top_builddir)/libemf/libEMF.la |
|
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/config |
|
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
|
|
|