Update of /cvsroot/morse2txt/morse2txt
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv14319
Modified Files:
Makefile.am
Log Message:
added missing data
Index: Makefile.am
===================================================================
RCS file: /cvsroot/morse2txt/morse2txt/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile.am 31 May 2009 02:14:23 -0000 1.5
--- Makefile.am 2 Jun 2009 00:25:08 -0000 1.6
***************
*** 24,27 ****
--- 24,33 ----
$(DESKTOP_FILES) \
intltool-extract.in intltool-merge.in intltool-update.in
+
+ Productivitydir = $(datadir)/applications
+ Productivity_DATA = $(DESKTOP_FILES)
+
+ icon_DATA = morse2txt.png
+ icondir = $(datadir)/pixmaps
install-data-local:
|