Rename obj/ directory to objs/ to avoid BSD make issue.
authorErik de Castro Lopo <erikd@mega-nerd.com>
Fri, 28 Dec 2012 00:06:38 +0000 (11:06 +1100)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Fri, 28 Dec 2012 00:06:38 +0000 (11:06 +1100)
Makefile.am
configure.ac
objs/Makefile.am [moved from obj/Makefile.am with 100% similarity]
objs/debug/Makefile.am [moved from obj/release/Makefile.am with 100% similarity]
objs/debug/bin/Makefile.am [moved from obj/release/lib/Makefile.am with 100% similarity]
objs/debug/lib/Makefile.am [moved from obj/release/bin/Makefile.am with 100% similarity]
objs/release/Makefile.am [moved from obj/debug/Makefile.am with 100% similarity]
objs/release/bin/Makefile.am [moved from obj/debug/lib/Makefile.am with 100% similarity]
objs/release/lib/Makefile.am [moved from obj/debug/bin/Makefile.am with 100% similarity]

index 45a0260..603c032 100644 (file)
@@ -30,7 +30,7 @@
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = doc include m4 man src examples test build obj
+SUBDIRS = doc include m4 man src examples test build objs
 
 DISTCLEANFILES = libtool-disable-static
 
index 8925640..75561cd 100644 (file)
@@ -444,13 +444,13 @@ AC_CONFIG_FILES([ \
        test/metaflac-test-files/Makefile \
        test/pictures/Makefile \
        build/Makefile \
-       obj/Makefile \
-       obj/debug/Makefile \
-       obj/debug/bin/Makefile \
-       obj/debug/lib/Makefile \
-       obj/release/Makefile \
-       obj/release/bin/Makefile \
-       obj/release/lib/Makefile \
+       objs/Makefile \
+       objs/debug/Makefile \
+       objs/debug/bin/Makefile \
+       objs/debug/lib/Makefile \
+       objs/release/Makefile \
+       objs/release/bin/Makefile \
+       objs/release/lib/Makefile \
 ])
 AC_OUTPUT
 
similarity index 100%
rename from obj/Makefile.am
rename to objs/Makefile.am