Skip to content

Instantly share code, notes, and snippets.

@janl
Created July 31, 2011 04:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janl/1116378 to your computer and use it in GitHub Desktop.
Save janl/1116378 to your computer and use it in GitHub Desktop.
--- lib/gvc/Makefile.am.orig 2011-06-26 03:07:07.000000000 -0700
+++ lib/gvc/Makefile.am 2011-06-26 03:07:27.000000000 -0700
@@ -55,7 +55,6 @@ libgvc_C_la_DEPENDENCIES += $(top_build
endif
if ENABLE_LTDL
-libgvc_C_la_LIBADD += $(LIBLTDL) $(LIBLTDL_LDFLAGS)
+libgvc_C_la_LIBADD += @LIBLTDL@ $(LIBLTDL_LDFLAGS)
-libgvc_C_la_DEPENDENCIES += $(LIBLTDL)
endif
libgvc_la_LDFLAGS = -version-info $(GVC_VERSION) -no-undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment