]> Pileus Git - ~andy/gtk/blobdiff - gdk-pixbuf/pixops/Makefile.am
[quartz] Delete the typedef of GdkDevicePrivate
[~andy/gtk] / gdk-pixbuf / pixops / Makefile.am
index e002af7d6560cdbb3b36a4b467ac0fc2b1508d7c..fe7775a2938a804fa90bc8e1fbad15ef68eb1ec7 100644 (file)
@@ -1,15 +1,16 @@
+include $(top_srcdir)/Makefile.decl
+
 noinst_LTLIBRARIES = libpixops.la
 
 INCLUDES = \
        -I$(top_srcdir) -I$(top_builddir)       \
        $(GTK_DEBUG_FLAGS)                      \
-       $(GDK_PIXBUF_DEP_CFLAGS)                \
-       -DGDK_PIXBUF_DISABLE_DEPRECATED
+       $(GDK_PIXBUF_DEP_CFLAGS)
 
 noinst_PROGRAMS = timescale
 
 timescale_SOURCES = timescale.c
-timescale_LDADD = libpixops.la $(GLIB_LIBS) -lm
+timescale_LDADD = libpixops.la $(GLIB_LIBS) $(GDK_PIXBUF_DEP_LIBS)
 
 if USE_MMX
 mmx_sources =                          \
@@ -25,7 +26,9 @@ libpixops_la_SOURCES =                \
        pixops-internal.h               \
        $(mmx_sources)
 
-EXTRA_DIST                           \
+EXTRA_DIST +=                          \
        DETAILS                         \
        pixbuf-transform-math.ltx       \
        makefile.msc
+
+-include $(top_srcdir)/git.mk