Commit 66adf459 authored by Sam Hocevar's avatar Sam Hocevar

* Makefile.am: fixed the location of the intl sources.

parent c0d62786
...@@ -127,7 +127,7 @@ $(SOURCES_libvlc): src/misc/modules_plugin.h src/misc/modules_builtin.h $(LIB_in ...@@ -127,7 +127,7 @@ $(SOURCES_libvlc): src/misc/modules_plugin.h src/misc/modules_builtin.h $(LIB_in
############################################################################### ###############################################################################
intl/libintl.a: FORCE intl/libintl.a: FORCE
cd $(srcdir)/intl && $(MAKE) cd $(top_builddir)/intl && $(MAKE)
if BUILD_INTL if BUILD_INTL
LIB_intl = intl/libintl.a LIB_intl = intl/libintl.a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment