2017-01-16 17:19:09 +00:00
|
|
|
--- a/Makefile.am
|
|
|
|
+++ b/Makefile.am
|
|
|
|
@@ -17,7 +17,7 @@
|
|
|
|
|
|
|
|
AM_CFLAGS = -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 @STATIC_CFLAGS@
|
|
|
|
|
|
|
|
-SUBDIRS=po
|
|
|
|
+SUBDIRS=
|
|
|
|
|
|
|
|
sbin_PROGRAMS = minidlnad
|
|
|
|
check_PROGRAMS = testupnpdescgen
|
|
|
|
--- a/configure.ac
|
|
|
|
+++ b/configure.ac
|
2017-06-01 16:30:14 +00:00
|
|
|
@@ -644,6 +644,8 @@ case "$target_os" in
|
2017-01-16 17:19:09 +00:00
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
|
|
-AC_OUTPUT([ po/Makefile.in
|
|
|
|
-Makefile
|
|
|
|
-])
|
|
|
|
+# AC_OUTPUT([ po/Makefile.in
|
|
|
|
+# Makefile
|
|
|
|
+# ])
|
|
|
|
+AC_CONFIG_FILES([Makefile])
|
|
|
|
+AC_OUTPUT
|