[anjal/anjal-0-1] Fix a build break.



commit 1b8b94f897854cb555236f91b103531ba3ab8479
Author: Yan Li <yan i li intel com>
Date:   Fri Oct 16 16:51:35 2009 +0530

    Fix a build break.

 Makefile.am |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 72e16fa..dd181da 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,11 +17,11 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
 install-data-local: $(desktop_file) 
 	$(mkinstalldirs) $(DESTDIR)$(desktopdir);							\
-	$(INSTALL_DATA) $(desktop_file)									\
-			$(DESTDIR)$(desktopdir)/$(desktop_file) ;	
+	$(INSTALL_DATA) $(desktop_DATA)									\
+			$(DESTDIR)$(desktopdir)/$(desktop_DATA) ;	
 
 uninstall-local: 
-	rm -rf $(DESTDIR)$(desktopdir)/$(desktop_file) ; 	
+	rm -rf $(DESTDIR)$(desktopdir)/$(desktop_DATA) ; 	
 
 # Copy all the spec files. Of cource, only one is actually used.
 dist-hook:
@@ -37,7 +37,6 @@ EXTRA_DIST = anjal.desktop.in \
 	     COPYING.LGPL2	\
 	     COPYING.LGPL3	\
 	     MAINTAINERS	
-      
 
 #
 #



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