1 | --- /Users/eric/Makefile.am Sat Dec 20 15:18:52 2003 |
---|
2 | +++ Makefile.am Sat Jul 20 12:04:08 2002 |
---|
3 | @@ -16,13 +16,13 @@ |
---|
4 | noinst_PROGRAMS = test1 test2 test3 |
---|
5 | test1_SOURCES = test1.c |
---|
6 | test1_LDFLAGS = -all-static |
---|
7 | -test1_LDADD = $(lib_LTLIBRARIES) -lintl |
---|
8 | +test1_LDADD = $(lib_LTLIBRARIES) |
---|
9 | test2_SOURCES = test2.c |
---|
10 | test2_LDFLAGS = -all-static |
---|
11 | -test2_LDADD = $(lib_LTLIBRARIES) -lintl |
---|
12 | +test2_LDADD = $(lib_LTLIBRARIES) |
---|
13 | test3_SOURCES = test3.c |
---|
14 | test3_LDFLAGS = -all-static |
---|
15 | -test3_LDADD = $(lib_LTLIBRARIES) -lintl |
---|
16 | +test3_LDADD = $(lib_LTLIBRARIES) |
---|
17 | |
---|
18 | noinst_SCRIPTS = testit.sh |
---|
19 | |
---|