blob: 2c11d28c1344139bac19b1579dc53ebe15039439 (
plain) (
tree)
|
|
INCLUDES = \
-I$(includedir)
-I$(includedir)
bin_PROGRAMS = gncal
gncal_SOURCES = \
gncal.c \
gncal.h \
calcs.c \
calcs.h
gncal_LDADD = \
$(GNOMEUI_LIBS) \
$(top_builddir)/support/libsupport.a
EXTRA_DIST = \
gncal.desktop
Productivitydir = $(datadir)/apps/Productivity
Productivity_DATA = gncal.desktop
|