diff options
author | Christophe Fergeau <teuf@gnome.org> | 2005-11-21 21:49:37 +0000 |
---|---|---|
committer | Christophe Fergeau <teuf@gnome.org> | 2005-11-21 21:49:37 +0000 |
commit | 0f0ea6f54a59f5021b475c41755db6ed912f407c (patch) | |
tree | 9187283ba5aff30906784c44c6d90989009fc9ba /src | |
parent | d5cc4027c252f043cb2c363c6550c43bf6d2e6c0 (diff) | |
download | libgpod-0f0ea6f54a59f5021b475c41755db6ed912f407c.tar.gz libgpod-0f0ea6f54a59f5021b475c41755db6ed912f407c.tar.xz libgpod-0f0ea6f54a59f5021b475c41755db6ed912f407c.zip |
2005-11-21 Christophe Fergeau <teuf@gnome.org>
* configure.ac: set version number to 0.2.0
* src/Makefile.am: added glib-compat.h
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1162 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 30e7d16..29378ea 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,7 +20,8 @@ libgpod_la_SOURCES = \ ipod-device.c \ ipod-device.h \ hal-common.c \ - hal-common.h + hal-common.h \ + glib-compat.h libgpod_la_headers = itdb.h ipod-device.h |