[pitivi: 50/94] Updated configure.ac and makefiles for data/renderpresets



commit 75a5155b10c967fd1319f7477dae94019bd9ddb3
Author: Feroze Naina <ferozenaina gmail com>
Date:   Wed Aug 17 21:52:11 2011 +0530

    Updated configure.ac and makefiles for data/renderpresets

 configure.ac                   |    1 +
 data/Makefile.am               |    2 +-
 data/profiles/Makefile.am      |    7 -------
 data/renderpresets/Makefile.am |    7 +++++++
 4 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b5516ac..a43ee20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -105,4 +105,5 @@ data/icons/48x48/Makefile
 data/icons/scalable/Makefile
 data/pixmaps/Makefile
 data/ui/Makefile
+data/renderpresets/Makefile
 )
diff --git a/data/Makefile.am b/data/Makefile.am
index d28c134..1bcd400 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS=icons pixmaps ui
+SUBDIRS=icons pixmaps ui renderpresets
 
 desktopdir = $(datadir)/applications
 desktop_in_files = pitivi.desktop.in
diff --git a/data/renderpresets/Makefile.am b/data/renderpresets/Makefile.am
new file mode 100644
index 0000000..04b1136
--- /dev/null
+++ b/data/renderpresets/Makefile.am
@@ -0,0 +1,7 @@
+profilesdir = $(pkgdatadir)/renderpresets
+profiles_DATA = \
+	desire.json \
+	ipod.json
+
+EXTRA_DIST = \
+	$(renderpresets_DATA)



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