diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-26 17:38:23 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-26 17:38:23 +0000 |
commit | 4aa838e616d348300798db59adc67dcd0f51e8b1 (patch) | |
tree | db0f8b45f9ef746798f5069f3629fe2f0b45040c /configure.ac | |
parent | 1f19d3eef81818cedbffe49045a86ce9c048f15a (diff) | |
download | xine-lib-4aa838e616d348300798db59adc67dcd0f51e8b1.tar.gz xine-lib-4aa838e616d348300798db59adc67dcd0f51e8b1.tar.bz2 |
win32/Makefile.am had a very short life ;)
It would have scared the Windows users and would have been hard to maintain,
so we remove it and distribute the win32 subdirectory from the toplevel
Makefile using dist-hook
CVS patchset: 5606
CVS date: 2003/10/26 17:38:23
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 62e64d8f8..af08ecdc7 100644 --- a/configure.ac +++ b/configure.ac @@ -1854,8 +1854,7 @@ src/video_out/vidix/Makefile src/video_out/vidix/drivers/Makefile src/xine-utils/Makefile src/xine-engine/Makefile -src/xine-engine/xineintl.h -win32/Makefile]) +src/xine-engine/xineintl.h]) AC_CONFIG_COMMANDS([default],[[chmod +x ./misc/SlackBuild ./misc/build_rpms.sh ./misc/relchk.sh]],[[]]) AC_OUTPUT |