Skip to content
Snippets Groups Projects
Unverified Commit 095c1a1c authored by Rosen Penev's avatar Rosen Penev
Browse files

madplay: fix compilation with full NLS


Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
parent 7a846508
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=madplay
PKG_VERSION:=0.15.2b
PKG_RELEASE:=7
PKG_RELEASE:=8
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/mad \
......
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,8 +24,8 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = intl po
-DIST_SUBDIRS = intl po m4 msvc++
+SUBDIRS = intl
+DIST_SUBDIRS = intl m4 msvc++
ACLOCAL_AMFLAGS = -I m4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment