Files
evolution/shell/Makefile.am
Arturo Espinosa ed4e8afecd Lots of reorganization to get the Evolution shell to begin its life. It
Lots of reorganization to get the Evolution shell to begin its life.
It also includes a new evolution widget from Damon.

Miguel.

svn path=/trunk/; revision=1536
2000-01-06 05:48:27 +00:00

20 lines
400 B
Makefile

bin_PROGRAMS = evolution
INCLUDES = \
-DEVOLUTION_VERSION=\""$(VERSION)"\" \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \
-DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \
-I$(srcdir)/../widgets \
$(EXTRA_GNOME_CFLAGS)
evolution_SOURCES = \
main.c
evolution_LDADD = \
-L../widgets/shortcut-bar/libshortcut-bar.a \
$(EXTRA_GNOME_LIBS)