Revert, revert, try another thing
[gnumeric.git] / wizards / graphics / Makefile.am
blobd5ef26791cfa1990a736a98156877936ac0b597f
2 # Gnumeric's Graphics Wizard Makefile
4 # Author: Miguel de Icaza (miguel@kernel.org)
6 # If you make this a shared module, remember to set
7 # the WIZARD_PLUGIN variable
10 wizarddir = $(libdir)/gnumeric/wizards/$(VERSION)
11 iconsdir  = $(datadir)/pixmaps/gnumeric
12 gladedir   = $(datadir)/gnumeric/glade
14 glade_DATA = graphics.glade
16 glade_msgs = graphics.glade.h
18 if BONOBO
19 noinst_LIBRARIES = libwizard_graphics.a
20 endif
22 libwizard_graphics_a_SOURCES =          \
23         main.c                          \
24         graphic-context.c               \
25         graphic-context.h               \
26         graphic-type.c                  \
27         graphic-type.h                  \
28         graphic-context.h               \
29         wizard.h
31 INCLUDES =                                              \
32         -I$(top_srcdir)/libglade                        \
33         -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
34         -DGNUMERIC_GLADEDIR=\""$(gladedir)"\"           \
35         -DGNUMERIC_ICONSDIR=\""$(iconsdir)"\"           \
36         -I$(includedir)                                 \
37         -I$(top_srcdir)/src                             \
38         -I$(srcdir)/                                    \
39         -I$(top_srcdir)/                                \
40         $(GNOME_INCLUDEDIR)
42 EXTRA_DIST = $(glade_DATA) $(glade_msgs)