Last change: 2008-02-03
This is the source code of KCeasy。
源代码在线查看: makefile.am.diff
Index: Makefile.am
===================================================================
--- Makefile.am (revision 9302)
+++ Makefile.am (working copy)
@@ -11,7 +11,7 @@
# - modules should come before . because vlc needs the builtins
# - . should come before mozilla because the plugin needs libvlc_pic.a
# - po should come before . because VLC.app needs the pofiles
-SUBDIRS = intl modules po . mozilla share m4 doc
+SUBDIRS = intl modules po . mozilla share m4 doc simplevlc
DIST_SUBDIRS = $(SUBDIRS) src debian ipkg lib
EXTRA_DIST = \
@@ -660,6 +660,14 @@
cp $(srcdir)/mozilla/vlcintf.xpt $(srcdir)/vlc-${VERSION}/mozilla/ ;
endif
+ mkdir -p "$(srcdir)/vlc-${VERSION}/simplevlc"
+#if BUILD_SIMPLEVLC
+ cp $(srcdir)/simplevlc/*$(LIBEXT) $(srcdir)/vlc-${VERSION}/simplevlc/ ;
+ cp $(srcdir)/simplevlc/simplevlc.h $(srcdir)/vlc-${VERSION}/simplevlc/ ;
+ $(STRIP) $(srcdir)/vlc-${VERSION}/simplevlc/*$(LIBEXT);
+#endif
+
+
package-win32-base-exe:
# Create package
wine ~/.wine/fake_windows/Program\ Files/NSIS/makensis.exe \