diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-10 00:57:30 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-10 00:57:30 +0000 |
commit | e7b7ee301659be9bf81f0f86310fb31e8a154e60 (patch) | |
tree | 647bfec21276b87bd24f7df888cd931a54ad903b /src/xine-engine | |
parent | 4d2180de7a9255ae90a753922b72d7958bccd923 (diff) | |
download | xine-lib-e7b7ee301659be9bf81f0f86310fb31e8a154e60.tar.gz xine-lib-e7b7ee301659be9bf81f0f86310fb31e8a154e60.tar.bz2 |
When hstrerror() is found in libresolv, link it where it is used. Patch by Albert Lee.
CVS patchset: 8660
CVS date: 2007/03/10 00:57:30
Diffstat (limited to 'src/xine-engine')
-rw-r--r-- | src/xine-engine/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index 2b317d2aa..97fb6a033 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -28,7 +28,7 @@ libxine_la_DEPENDENCIES = $(XINEUTILS_LIB) \ $(pthread_dep) $(LIBXINEPOSIX) libxine_la_LIBADD = $(THREAD_LIBS) $(DYNAMIC_LD_LIBS) $(LTLIBINTL) $(ZLIB_LIBS) \ -lm $(XINEUTILS_LIB) $(LIBICONV) $(FT2_LIBS) $(FONTCONFIG_LIBS) \ - $(LIBXINEPOSIX) $(RT_LIBS) + $(LIBXINEPOSIX) $(RT_LIBS) $(NET_LIBS) libxine_la_LDFLAGS = \ -version-info $(XINE_LT_CURRENT):$(XINE_LT_REVISION):$(XINE_LT_AGE) \ |