diff options
| author | Arturo Espinosa <unammx@src.gnome.org> | 1998-02-11 09:37:05 +0800 |
|---|---|---|
| committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-02-11 09:37:05 +0800 |
| commit | 867d9158bca053090c8a815e163fa303fad6a4fb (patch) | |
| tree | 491cb9ae4592c10c26a8528e2aeb406014da9ae2 /calendar/Makefile.am | |
| parent | f97c786c151fd4d96f0ae33f0c6bfc4e71ebd2a6 (diff) | |
| download | gsoc2013-evolution-867d9158bca053090c8a815e163fa303fad6a4fb.tar.gz 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.am | 19 |
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 + |
