[billreminder] added the missing directory definition. the files are copied in the package directory, hope it's cor



commit 64427286b946989128de9bd5c948fd707e256289
Author: Toms Bauģis <toms baugis gmail com>
Date:   Mon Nov 30 10:10:55 2009 +0000

    added the missing directory definition. the files are copied in the package directory, hope it's correct

 data/Makefile.am |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 41e109f..2725ee1 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -46,13 +46,14 @@ else
 	done
 endif
 
+resourcesdir = $(pkgdatadir)
 resources_DATA = \
 	main.ui \
         add_bill.ui
 
 EXTRA_DIST = \
-	$(schemas_in_files) \
-	$(service_in_files) \
-	$(desktop_in_files) \
-	$(autostart_in_files) \
+        $(schemas_in_files) \
+        $(service_in_files) \
+        $(desktop_in_files) \
+        $(autostart_in_files) \
         $(resources_DATA)



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