summaryrefslogtreecommitdiff
path: root/program.am
diff options
context:
space:
mode:
authorDavid J. MacKenzie <djm@gnu.org>1994-09-26 15:10:17 +0000
committerDavid J. MacKenzie <djm@gnu.org>1994-09-26 15:10:17 +0000
commit93713496cfa6fd28f827174281b891cb0ee49c00 (patch)
treed24b1d80e701e1a84946c10299a83923c11d3098 /program.am
parent816fa76d429dd0433c7e953d84797f46b26b3eb9 (diff)
downloadautomake-93713496cfa6fd28f827174281b891cb0ee49c00.tar.gz
add LDADD
Diffstat (limited to 'program.am')
-rw-r--r--program.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/program.am b/program.am
index 12ccc7b6e..972021a0a 100644
--- a/program.am
+++ b/program.am
@@ -1,3 +1,3 @@
@PROGRAM@: $(@PROGRAM@_OBJECTS)
- $(CC) -o $@ $(@PROGRAM@_OBJECTS) $(LDFLAGS) $(LIBS)
+ $(CC) -o $@ $(@PROGRAM@_OBJECTS) $(LDADD) $(LDFLAGS) $(LIBS)