From 3f1e1b20fa51bf5d03688525c4ba28f403233495 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Tue, 19 Nov 2013 10:57:30 +0100 Subject: Fix tarball generation Name our project weston-gtk-shell instead of weston. Fixes tarball names. --- configure.ac | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 60ded67..ec9d349 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,6 @@ AC_PREREQ([2.64]) -AC_INIT([weston], - [1.0.0], - [https://bugs.freedesktop.org/enter_bug.cgi?product=weston], - [weston], - [http://wayland.freedesktop.org/]) - +AC_INIT([weston-gtk-shell], + [0.1.0]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.3.1