gtk/gdk-pixbuf/pixops/Makefile.am
Behdad Esfahbod 6a66c972ca If major.minor of required and available glib versions are the same, add
2006-01-28  Behdad Esfahbod  <behdad@gnome.org>

        * configure.in: If major.minor of required and available glib versions
        are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug #328617)

        * */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED.
2006-01-29 04:00:45 +00:00

32 lines
601 B
Makefile

noinst_LTLIBRARIES = libpixops.la
INCLUDES = \
-I$(top_srcdir) -I$(top_builddir) \
$(GTK_DEBUG_FLAGS) \
$(GDK_PIXBUF_DEP_CFLAGS) \
-DGDK_PIXBUF_DISABLE_DEPRECATED
noinst_PROGRAMS = timescale
timescale_SOURCES = timescale.c
timescale_LDADD = libpixops.la $(GLIB_LIBS) -lm
if USE_MMX
mmx_sources = \
have_mmx.S \
scale_line_22_33_mmx.S \
composite_line_22_4a4_mmx.S \
composite_line_color_22_4a4_mmx.S
endif
libpixops_la_SOURCES = \
pixops.c \
pixops.h \
pixops-internal.h \
$(mmx_sources)
EXTRA_DIST = \
DETAILS \
pixbuf-transform-math.ltx \
makefile.msc