Skip to content
Snippets Groups Projects
Commit 06e00359 authored by edgrif's avatar edgrif
Browse files

first version for libzmapfoocanvas

parent 69bf744a
No related branches found
No related tags found
No related merge requests found
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir) \
$(WARN_CFLAGS) \
$(LIBFOOCANVAS_CFLAGS) \
-DFOOCANVASLIBDIR=\""$(libdir)"\" \
-DFOOCANVASDATADIR=\""$(datadir)"\" \
-DFOOCANVASPIXMAPDIR=\""$(datadir)/pixmaps"\" \
-DFOOCANVASBINDIR=\""$(bindir)"\" \
-DFOOCANVASLOCALSTATEDIR=\""$(localstatedir)"\" \
-DFOOCANVASLOCALEDIR=\""$(gnomelocaledir)"\" \
-DGTK_VERSION=\""$(GTK_VERSION)"\" \
-DG_LOG_DOMAIN=\"FooCanvas\" \
-DVERSION=\"$(VERSION)\"
LDADD = \
$(top_builddir)/libfoocanvas/libzmapfoocanvas.la \
$(INTLLIBS)
noinst_PROGRAMS = canvas_demo
canvas_demo_SOURCES = \
canvas.c \
canvas-primitives.c \
canvas-arrowhead.c \
canvas-features.c \
canvas-fifteen.c \
canvas-scalability.c \
canvas_demo.h
EXTRA_DIST = \
flower.png \
toroid.png
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment