X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fterminal%2Fautomake.mk;h=dfc52454eaad07a8513141361a5a4968186fa136;hb=12219168a9ece27a11d652ae82c8e7d65e1be98f;hp=fd426acd02dabad257deb4538c1cdbb9132317e7;hpb=732b6a86124e89e24d685ed785d2df55728eb01b;p=pspp-builds.git diff --git a/src/ui/terminal/automake.mk b/src/ui/terminal/automake.mk index fd426acd..dfc52454 100644 --- a/src/ui/terminal/automake.mk +++ b/src/ui/terminal/automake.mk @@ -18,7 +18,7 @@ bin_PROGRAMS += src/ui/terminal/pspp src_ui_terminal_pspp_SOURCES = -src_ui_terminal_pspp_LDFLAGS = \ +src_ui_terminal_pspp_LDADD = \ src/ui/terminal/libui.a \ src/language/liblanguage.a \ src/output/charts/libcharts.a \ @@ -38,5 +38,5 @@ src_ui_terminal_pspp_LDFLAGS = \ if RELOCATABLE_VIA_LD -src_ui_terminal_pspp_LDFLAGS += `$(RELOCATABLE_LDFLAGS) $(bindir)` +src_ui_terminal_pspp_LDFLAGS = `$(RELOCATABLE_LDFLAGS) $(bindir)` endif