tracker r2693 - trunk/data



Author: mbiebl
Date: Thu Dec 11 00:28:51 2008
New Revision: 2693
URL: http://svn.gnome.org/viewvc/tracker?rev=2693&view=rev

Log:
Fix "make distcheck", add trackerd.desktop.in.in to EXTRA_DIST

As we process trackerd.desktop.in.in manually, we have to add this file to
EXTRA_DIST. Also cleanup the intermediate trackerd.desktop.in on "make clean".


Modified:
   trunk/data/Makefile.am

Modified: trunk/data/Makefile.am
==============================================================================
--- trunk/data/Makefile.am	(original)
+++ trunk/data/Makefile.am	Thu Dec 11 00:28:51 2008
@@ -7,6 +7,7 @@
 	     -e "s|@VERSION[ ]|${VERSION}|" $< > $@
 
 autostartdir = $(sysconfdir)/xdg/autostart
+autostart_in_in_files = trackerd.desktop.in.in
 autostart_in_files = trackerd.desktop.in
 autostart_DATA = trackerd.desktop
 
@@ -21,6 +22,6 @@
 pkgconfig_DATA += libtracker-gtk.pc
 endif
 
-CLEANFILES = $(autostart_DATA)
+CLEANFILES = $(autostart_DATA) $(autostart_in_files)
 
-DISTCLEANFILES = $(autostart_in_files)
+EXTRA_DIST = $(autostart_in_in_files)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]