sorry - debain dir breaks build. removed form configure and makefile... also

up to 1.0.2


SVN revision: 4297
This commit is contained in:
Carsten Haitzler 2001-03-02 18:58:47 +00:00
parent 70edd4110f
commit 15263ed166
3 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ MAINTAINERCLEANFILES = INSTALL Makefile.in aclocal.m4 config.guess \
ltconfig ltmain.sh missing mkinstalldirs \
stamp-h.in
SUBDIRS = libltdl src filters doc loaders debian
SUBDIRS = libltdl src filters doc loaders
bin_SCRIPTS = imlib2-config

View File

@ -2,7 +2,7 @@ dnl Process this file with autoconf to create configure.
AC_INIT(src/Imlib2.h)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(imlib2, 1.0.1)
AM_INIT_AUTOMAKE(imlib2, 1.0.2)
AM_CONFIG_HEADER(config.h)
@ -347,7 +347,7 @@ AC_SUBST(dlopen_libs)
AC_OUTPUT(imlib2-config Makefile loaders/Makefile src/Makefile test/Makefile \
filters/Makefile demo/Makefile doc/Makefile imlib2.spec \
debian/Makefile,
,
[
test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h;
chmod +x imlib2-config

View File

@ -26,7 +26,7 @@ libImlib2_la_SOURCES = scale.c image.c blend.c file.c rgbadraw.c api.c \
EXTRA_libImlib2_la_SOURCES = rend.c ximage.c rgba.c color.c grab.c draw.c \
context.c color.h context.h draw.h grab.h rend.h \
rgba.h ximage.h $(MMX_SRCS)
libImlib2_la_LDFLAGS = -version-info 1:1:0
libImlib2_la_LDFLAGS = -version-info 1:2:0
if HAVE_MMX
libImlib2_la_LIBADD = $(X_OBJS) @DLLDFLAGS@ $(MMX_OBJS) \