libfm-1.0.1-linkage.patch 500 B

12345678910111213141516171819
  1. --- src/tests/Makefile.am.link 2012-09-21 22:03:49.025758248 +0800
  2. +++ src/tests/Makefile.am 2012-09-21 22:04:22.436746810 +0800
  3. @@ -20,4 +20,5 @@
  4. fm_path_SOURCES = test-fm-path.c
  5. fm_path_LDADD= \
  6. ../libfm.la \
  7. + $(GIO_LIBS) \
  8. $(NULL)
  9. --- src/tests/Makefile.in.link 2012-09-21 22:03:55.065937004 +0800
  10. +++ src/tests/Makefile.in 2012-09-21 22:04:46.327453406 +0800
  11. @@ -286,6 +286,7 @@
  12. fm_path_SOURCES = test-fm-path.c
  13. fm_path_LDADD = \
  14. ../libfm.la \
  15. + $(GIO_LIBS) \
  16. $(NULL)
  17. all: all-am