diff options
| author | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2006-04-08 20:58:34 +0000 |
|---|---|---|
| committer | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2006-04-08 20:58:34 +0000 |
| commit | 4548d25120e9991c1211ab40a665c7d869a89cec (patch) | |
| tree | 307741f46bb7462c54650eafada7c5d1828bb06b | |
| parent | 34f7546efb4f75ffdbe603031fc61300594520d3 (diff) | |
| download | libgpod-4548d25120e9991c1211ab40a665c7d869a89cec.tar.gz libgpod-4548d25120e9991c1211ab40a665c7d869a89cec.tar.xz libgpod-4548d25120e9991c1211ab40a665c7d869a89cec.zip | |
2006-04-08 Christophe Fergeau <teuf@gnome.org>
* configure.ac: generate Makefile for bindings/python/examples
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1239 f01d2545-417e-4e96-918e-98f8d0dbbcb6
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.ac | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2006-04-08 Christophe Fergeau <teuf@gnome.org> + + * configure.ac: generate Makefile for bindings/python/examples + 2006-04-03 Jorg Schuler <jcsjcs at users.sourceforge.net> * itdb.h: flag1 -> has_artwork diff --git a/configure.ac b/configure.ac index 02e3520..d351fba 100644 --- a/configure.ac +++ b/configure.ac @@ -147,6 +147,7 @@ AC_OUTPUT([ Makefile bindings/Makefile bindings/python/Makefile +bindings/python/examples/Makefile m4/Makefile po/Makefile.in src/Makefile |
