public
Description: GL based toolkit for creating visually impressive graphical user interfaces
Homepage: http://www.clutter-project.org
Clone URL: git://github.com/ebassi/clutter.git
Search Repo:
2008-06-10  Emmanuele Bassi  <ebassi@openedhand.com>

  * Makefile.am: Add the po/ directory to the build.

git-svn-id: https://svn.o-hand.com/repos/clutter/trunk/clutter@2866 
ecf2853b-e7f2-0310-bfc1-8ca4a3543e6b
ebassi (author)
Tue Jun 10 09:51:11 -0700 2008
commit  85f8efb3f81d24a1cb9d9d5864cdbabc2417696e
tree    9a64161f31edf2f82c12400af55958c3a09328b3
parent  cd1486c45658a57cfbc36377415489139d9fc03a
...
1
2
 
 
 
 
3
4
5
...
1
2
3
4
5
6
7
8
9
0
@@ -1,5 +1,9 @@
0
 2008-06-10 Emmanuele Bassi <ebassi@openedhand.com>
0
 
0
+ * Makefile.am: Add the po/ directory to the build.
0
+
0
+2008-06-10 Emmanuele Bassi <ebassi@openedhand.com>
0
+
0
   * autogen.sh: Check for, and run glib-gettextize.
0
 
0
   * configure.ac: Set up the localization support.
...
1
2
3
 
4
5
6
7
8
9
 
10
11
12
...
1
2
 
3
4
5
6
7
8
 
9
10
11
12
0
@@ -1,12 +1,12 @@
0
 NULL =
0
 
0
-SUBDIRS = clutter tests
0
+SUBDIRS = clutter tests po
0
 
0
 if ENABLE_GTK_DOC
0
 SUBDIRS += doc
0
 endif
0
 
0
-DIST_SUBDIRS = clutter tests doc
0
+DIST_SUBDIRS = clutter tests doc po
0
 
0
 pcfiles = \
0
   clutter-$(CLUTTER_API_VERSION).pc \

Comments

    No one has commented yet.