diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rwxr-xr-x | autogen.sh | 19 | ||||
-rw-r--r-- | po/POTFILES.in | 2 | ||||
-rw-r--r-- | po/POTFILES.skip | 2 |
4 files changed, 15 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am index 0d6e86d..4fa38ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ SUBDIRS = data po src EXTRA_DIST = autogen.sh NEWS + +DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall @@ -1,9 +1,12 @@ #!/bin/sh -# Run this to generate all the initial makefiles, etc. - -libtoolize -intltoolize --force -aclocal -automake --add-missing --copy --foreign -autoconf -./configure $@ + +PKG_NAME="indicator-bluetooth" + +which gnome-autogen.sh || { + echo "You need gnome-common" + exit 1 +} + +USE_GNOME2_MACROS=1 \ +. gnome-autogen.sh + diff --git a/po/POTFILES.in b/po/POTFILES.in index b1f140c..3d935d7 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,4 +1,4 @@ # List of source files containing translatable strings. # Please keep this file in alphabetical order. [encoding: UTF-8] -src/indicator-bluetooth.vala +src/indicator-bluetooth-service.vala diff --git a/po/POTFILES.skip b/po/POTFILES.skip index dfa1f6d..6161392 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -1 +1 @@ -src/indicator-bluetooth.c +src/indicator-bluetooth-service.c |