]> git.sesse.net Git - vlc/commitdiff
* Makefile.am: fixed the location of the intl sources.
authorSam Hocevar <sam@videolan.org>
Sat, 28 Jun 2003 15:27:04 +0000 (15:27 +0000)
committerSam Hocevar <sam@videolan.org>
Sat, 28 Jun 2003 15:27:04 +0000 (15:27 +0000)
Makefile.am

index aa7826e8c452dc10db705cab1499af54faf0abf9..0f4fda9ddb1a671790184005250ccd41c87ce07a 100644 (file)
@@ -127,7 +127,7 @@ $(SOURCES_libvlc): src/misc/modules_plugin.h src/misc/modules_builtin.h $(LIB_in
 ###############################################################################
 
 intl/libintl.a: FORCE
-       cd $(srcdir)/intl && $(MAKE)
+       cd $(top_builddir)/intl && $(MAKE)
 
 if BUILD_INTL
 LIB_intl = intl/libintl.a