diff options
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/Makefile.am | 19 | ||||
-rw-r--r-- | calendar/gui/gncal.desktop | 8 |
2 files changed, 27 insertions, 0 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am new file mode 100644 index 0000000000..f5fb8e60ed --- /dev/null +++ b/calendar/gui/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 + diff --git a/calendar/gui/gncal.desktop b/calendar/gui/gncal.desktop new file mode 100644 index 0000000000..ac8d21b237 --- /dev/null +++ b/calendar/gui/gncal.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Calendar +Name[es]=Calendario +Comment=Calendar application +Exec=gncal +Icon= +Terminal=0 +Type=Application |