(no commit message)
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 20 Apr 2013 20:26:07 +0000 (20:26 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 20 Apr 2013 20:26:07 +0000 (20:26 +0000)
configure.ac
src/Makefile.am
src/glade/prss.glade [new file with mode: 0644]

index 3f7de99..0789ce1 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.64])
-AC_INIT([ptask], [0.0.x],[jeanfi@gmail.com],[prss],[http://wpitchoune.net/prss])
+AC_INIT([prss], [0.0.x],[jeanfi@gmail.com],[prss],[http://wpitchoune.net/prss])
 
 AM_INIT_AUTOMAKE([-Wall -Werror gnu])
 
@@ -50,6 +50,7 @@ AC_CONFIG_FILES([
  Makefile
  po/Makefile.in
  src/Makefile
+ src/glade/Makefile
  tests/Makefile
 ])
 
index be94295..dcc1c1b 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS=
+SUBDIRS=glade
 
 # -export-dynamic is need for defining handlers in the glade file.
 AM_LDFLAGS = -Wl,--as-needed  -export-dynamic
diff --git a/src/glade/prss.glade b/src/glade/prss.glade
new file mode 100644 (file)
index 0000000..5240d13
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+  <!-- interface-requires gtk+ 3.0 -->
+  <object class="GtkWindow" id="window">
+    <property name="can_focus">False</property>
+    <child>
+      <placeholder/>
+    </child>
+  </object>
+</interface>