2007-05-21 Jorn Baayen <jorn@openedhand.com>
authorJorn Baayen <jorn@openedhand.com>
Mon, 21 May 2007 14:45:30 +0000 (14:45 +0000)
committerJorn Baayen <jorn@openedhand.com>
Mon, 21 May 2007 14:45:30 +0000 (14:45 +0000)
* configure.ac:

Point to gupnp.org.

* tools/Makefile.am:

Include path to glade file.

* po/*:

Added missing files.

git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gssdp@219 d8cb91d7-bff9-0310-92b9-80b65e4482b2

ChangeLog
configure.ac
po/ChangeLog [new file with mode: 0644]
po/libgssdp.pot [new file with mode: 0644]
tools/Makefile.am

index 5e8eeaf..df7e01d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
 2007-05-21  Jorn Baayen  <jorn@openedhand.com>
 
+       * configure.ac:
+
+       Point to gupnp.org.
+
+       * tools/Makefile.am:
+
+       Include path to glade file.
+
+       * po/*: 
+
+       Added missing files.
+
+2007-05-21  Jorn Baayen  <jorn@openedhand.com>
+
        * tools/gssdp-device-sniffer.glade:
 
        Some UI cleanup.
index c3000c1..5d9ee6d 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(gssdp, 0.1, http://projects.o-hand.com/gssdp)
+AC_INIT(gssdp, 0.1, http://www.gupnp.org/)
 AM_INIT_AUTOMAKE()
 AC_CONFIG_SRCDIR(libgssdp/gssdp-client.c)
 AM_CONFIG_HEADER(config.h)
diff --git a/po/ChangeLog b/po/ChangeLog
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/po/libgssdp.pot b/po/libgssdp.pot
new file mode 100644 (file)
index 0000000..e69de29
index ab16192..087f2a3 100644 (file)
@@ -1,5 +1,5 @@
 uidir = $(datadir)/gssdp
-ui_DATA = gssdp-device-sniffer.glade
+ui_DATA = $(srcdir)/gssdp-device-sniffer.glade
 
 AM_CFLAGS = $(LIBGUPNP_CFLAGS) $(LIBGLADE_CFLAGS) -I$(top_srcdir) -DUI_DIR='"$(uidir)"'