diff options
Diffstat (limited to 'lib/liblame/macosx/Makefile.am')
-rw-r--r-- | lib/liblame/macosx/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/liblame/macosx/Makefile.am b/lib/liblame/macosx/Makefile.am new file mode 100644 index 0000000000..4ef0d27166 --- /dev/null +++ b/lib/liblame/macosx/Makefile.am @@ -0,0 +1,10 @@ +## $Id: Makefile.am,v 1.2 2008/05/24 08:28:58 aleidinger Exp $ + +include $(top_srcdir)/Makefile.am.global + +SUBDIRS = English.lproj LAME.xcodeproj + + +EXTRA_DIST = \ + Info.plist \ + LAME_Prefix.pch |