aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/Makefile.am
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-02-11 09:37:05 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-02-11 09:37:05 +0800
commit867d9158bca053090c8a815e163fa303fad6a4fb (patch)
tree491cb9ae4592c10c26a8528e2aeb406014da9ae2 /calendar/Makefile.am
parentf97c786c151fd4d96f0ae33f0c6bfc4e71ebd2a6 (diff)
downloadgsoc2013-evolution-867d9158bca053090c8a815e163fa303fad6a4fb.tar
gsoc2013-evolution-867d9158bca053090c8a815e163fa303fad6a4fb.tar.gz
gsoc2013-evolution-867d9158bca053090c8a815e163fa303fad6a4fb.tar.bz2
gsoc2013-evolution-867d9158bca053090c8a815e163fa303fad6a4fb.tar.lz
gsoc2013-evolution-867d9158bca053090c8a815e163fa303fad6a4fb.tar.xz
gsoc2013-evolution-867d9158bca053090c8a815e163fa303fad6a4fb.tar.zst
gsoc2013-evolution-867d9158bca053090c8a815e163fa303fad6a4fb.zip
Gnome Utils autoconf/automake setup is ready
svn path=/trunk/; revision=12
Diffstat (limited to 'calendar/Makefile.am')
-rw-r--r--calendar/Makefile.am19
1 files changed, 19 insertions, 0 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am
new file mode 100644
index 0000000000..f5fb8e60ed
--- /dev/null
+++ b/calendar/Makefile.am
@@ -0,0 +1,19 @@
+
+INCLUDES = \
+ -I$(includedir) \
+ $(X_CFLAGS)
+
+bin_PROGRAMS = gncal
+
+gncal_SOURCES = \
+
+gncal_LDADD = \
+ $(GNOMEUI_LIBS)
+
+EXTRA_DIST = \
+ gncal.desktop
+
+Productivitydir = $(datadir)/apps/Productivity
+
+Productivity_DATA = gncal.desktop
+