]> sourceware.org Git - automake.git/commitdiff
add LDADD
authorDavid J. MacKenzie <djm@gnu.org>
Mon, 26 Sep 1994 15:10:17 +0000 (15:10 +0000)
committerDavid J. MacKenzie <djm@gnu.org>
Mon, 26 Sep 1994 15:10:17 +0000 (15:10 +0000)
lib/am/program.am
program.am

index 12ccc7b6e4465ee117c1a694d1f27c0c566710ef..972021a0a3b42f05f52bab876f6b5dff46d42ef7 100644 (file)
@@ -1,3 +1,3 @@
 @PROGRAM@: $(@PROGRAM@_OBJECTS)
-       $(CC) -o $@ $(@PROGRAM@_OBJECTS) $(LDFLAGS) $(LIBS)
+       $(CC) -o $@ $(@PROGRAM@_OBJECTS) $(LDADD) $(LDFLAGS) $(LIBS)
 
index 12ccc7b6e4465ee117c1a694d1f27c0c566710ef..972021a0a3b42f05f52bab876f6b5dff46d42ef7 100644 (file)
@@ -1,3 +1,3 @@
 @PROGRAM@: $(@PROGRAM@_OBJECTS)
-       $(CC) -o $@ $(@PROGRAM@_OBJECTS) $(LDFLAGS) $(LIBS)
+       $(CC) -o $@ $(@PROGRAM@_OBJECTS) $(LDADD) $(LDFLAGS) $(LIBS)
 
This page took 0.026388 seconds and 5 git commands to generate.