[pitivi] Add formatters to autotools build system.



commit 3ceca21019cc8c83a8129fd7dad6d5d34a9dc384
Author: Edward Hervey <bilboed bilboed com>
Date:   Tue Feb 10 13:03:12 2009 +0100

    Add formatters to autotools build system.
---
 configure.ac                  |    1 +
 pitivi/Makefile.am            |    1 +
 pitivi/formatters/Makefile.am |    9 +++++++++
 3 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 73ade1a..efe9c03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,6 +79,7 @@ pitivi/ui/Makefile
 pitivi/elements/Makefile
 pitivi/factories/Makefile
 pitivi/log/Makefile
+pitivi/formatters/Makefile
 pitivi/pixmaps/Makefile
 pitivi/timeline/Makefile
 pitivi.spec
diff --git a/pitivi/Makefile.am b/pitivi/Makefile.am
index 95506e2..85781c4 100644
--- a/pitivi/Makefile.am
+++ b/pitivi/Makefile.am
@@ -2,6 +2,7 @@ SUBDIRS = \
 	ui 		\
 	elements 	\
 	factories	\
+	formatters	\
 	pixmaps		\
 	timeline	\
 	log
diff --git a/pitivi/formatters/Makefile.am b/pitivi/formatters/Makefile.am
new file mode 100644
index 0000000..b83ff30
--- /dev/null
+++ b/pitivi/formatters/Makefile.am
@@ -0,0 +1,9 @@
+formattersdir = $(libdir)/pitivi/python/pitivi/formatters
+
+formatters_PYTHON = \
+	__init__.py	\
+	base.py		\
+	format.py
+
+clean-local:
+	rm -rf *.pyc *.pyo



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