]> git.street.me.uk Git - andy/viking.git/commitdiff
Better integration of .desktop file
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Tue, 15 Jul 2008 20:28:39 +0000 (20:28 +0000)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Tue, 15 Jul 2008 20:28:39 +0000 (20:28 +0000)
po/POTFILES.in
src/Makefile.am

index ed9c2e244456da362d49125d13dc6a81b7d2ef5a..4298c4e308a99c0ec627cde6e824a192e3e3fed5 100644 (file)
@@ -31,3 +31,4 @@ src/viktrwlayer.c
 src/viktrwlayer_propwin.c
 src/viktrwlayer_tpwin.c
 src/vikwindow.c
+src/viking.desktop.in
index 9c1d9fdd3a03d0fea53bdb36d8a84cda4bf488e7..fff569ce917f8d297f59bb44bbb0d0fe029e6c3e 100644 (file)
@@ -14,7 +14,6 @@ authors.h: ../AUTHORS
        sed -e "s/ \*\*.*//" -e 's/^/"/' -e 's/$$/\\n"\\/' -e '$$s/\\$$//' $< >> $@
 
 BUILT_SOURCES = authors.h
-CLEANFILES = $(BUILT_SOURCES)
 
 libviking_a_SOURCES = \
        modules.h modules.c \
@@ -114,6 +113,7 @@ AM_CFLAGS           = -Wall -g -D_GNU_SOURCE
 desktopdir = $(datadir)/applications
 desktop_in_files = viking.desktop.in
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+EXTRA_DIST=$(desktop_in_files)
+BUILT_SOURCES += viking.desktop
 
-EXTRA_DIST = \
-            viking.desktop.in
+CLEANFILES = $(BUILT_SOURCES)