OLD | NEW |
(Empty) | |
| 1 --- gssdp-0.7.1/tests/Makefile.am 2009-01-06 06:44:15.000000000 |
| 2 -0800 |
| 3 +++ gssdp-0.7.1/tests/Makefile.am 2010-09-17 |
| 4 17:43:56.000000000 -0700 |
| 5 @@ -3,10 +3,10 @@ |
| 6 noinst_PROGRAMS = test-browser test-publish |
| 7 |
| 8 test_browser_SOURCES = test-browser.c |
| 9 -test_browser_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la |
| 10 +test_browser_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la $(LIBGSSDP_LIBS
) |
| 11 |
| 12 test_publish_SOURCES = test-publish.c |
| 13 -test_publish_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la |
| 14 +test_publish_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la $(LIBGSSDP_LIBS
) |
| 15 |
| 16 CLEANFILES = $(BUILT_SOURCES) |
| 17 DISTCLEANFILES = $(BUILT_SOURCES) |
| 18 --- gssdp-0.7.1/tests/Makefile.in 2009-12-04 07:02:06.000000000 |
| 19 -0800 |
| 20 +++ gssdp-0.7.1/tests/Makefile.in 2010-09-17 |
| 21 17:43:56.000000000 -0700 |
| 22 @@ -193,9 +193,9 @@ |
| 23 top_srcdir = @top_srcdir@ |
| 24 AM_CFLAGS = $(LIBGSSDP_CFLAGS) -I$(top_srcdir) |
| 25 test_browser_SOURCES = test-browser.c |
| 26 -test_browser_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la |
| 27 +test_browser_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la $(LIBGSSDP_LIBS) |
| 28 test_publish_SOURCES = test-publish.c |
| 29 -test_publish_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la |
| 30 +test_publish_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la $(LIBGSSDP_LIBS) |
| 31 CLEANFILES = $(BUILT_SOURCES) |
| 32 DISTCLEANFILES = $(BUILT_SOURCES) |
| 33 MAINTAINERCLEANFILES = Makefile.in $(BUILT_SOURCES) |
OLD | NEW |