[cairo-commit] libpixman/src Makefile.am,1.2,1.3
Dave Beckett
commit at pdx.freedesktop.org
Tue Dec 9 16:06:54 PST 2003
Committed by: dajobe
Update of /cvs/cairo/libpixman/src
In directory pdx:/tmp/cvs-serv2280
Modified Files:
Makefile.am
Log Message:
Updated for libpixregion,libic to libpixman source merges.
Added -I$(srcdir) so we get internal headers from here even
when srcdir != builddir.
Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/libpixman/src/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.am 25 Apr 2003 20:21:42 -0000 1.2
--- Makefile.am 10 Dec 2003 00:06:52 -0000 1.3
***************
*** 1,13 ****
! lib_LTLIBRARIES = libpixregion.la
! include_HEADERS = pixregion.h
! libpixregion_la_SOURCES = \
pixregion.c \
! pixregion.h \
! pixregionint.h
! libpixregion_la_LDFLAGS = -version-info @VERSION_INFO@
! INCLUDES = $(LIBPIXREGION_CFLAGS)
! libpixregion_la_LIBADD = $(LIBPIXREGION_LIBS)
--- 1,33 ----
! lib_LTLIBRARIES = libpixman.la
! include_HEADERS = pixman.h
! libpixman_la_SOURCES = \
! pixman.h \
pixregion.c \
! pixregionint.h \
! ic.c \
! icblt.c \
! icbltone.c \
! iccolor.c \
! iccompose.c \
! icformat.c \
! icimage.c \
! icimage.h \
! icint.h \
! icpixels.c \
! icrect.c \
! icrop.h \
! icstipple.c \
! ictrap.c \
! ictransform.c \
! ictri.c \
! icutil.c \
! slim_export.h \
! slim_import.h \
! slim_internal.h
! libpixman_la_LDFLAGS = -version-info @VERSION_INFO@
! INCLUDES = -I$(srcdir) $(LIBPIXMAN_CFLAGS)
! libpixman_la_LIBADD = $(LIBPIXMAN_LIBS)
More information about the cairo-commit
mailing list