yahoo_weather
Neroth 12 years ago
parent ceb171b09c
commit 76edf2857e
  1. 3
      .gitignore
  2. 0
      README.md
  3. 4
      configure.ac
  4. 4
      data/Makefile.am

3
.gitignore vendored

@ -5,9 +5,12 @@ configure
config.log
config.status
aclocal.m4
ChangeLog
INSTALL
autom4te.cache/
po/POTFILES
po/stamp-it
data/weather-settings.desktop
staging/
*~

@ -5,7 +5,7 @@ AC_INIT([gnome-shell-extension-weather],[1.1],[https://github.com/Neroth/gnome-s
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config])
AM_INIT_AUTOMAKE([1.10 dist-xz])
AM_INIT_AUTOMAKE([1.10 dist-xz foreign])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
@ -19,8 +19,6 @@ IT_PROG_INTLTOOL(0.26)
PKG_PROG_PKG_CONFIG([0.22])
GLIB_GSETTINGS
AC_ARG_WITH(desktop-dir, [ --with-desktop-dir=PATH where to install desktop files (default=PREFIX/share)])
if test "x$with_desktop_dir" != x; then

@ -34,9 +34,7 @@ gschemas_in = org.gnome.shell.extensions.weather.gschema.xml.in
@INTLTOOL_XML_NOMERGE_RULE@
gsettings_SCHEMAS = $(gschemas_in:.xml.in=.xml)
@GSETTINGS_RULES@
gsettings_SCHEMAS = $(gschemas_in:.xml.in=.xml) @GSETTINGS_RULES@
EXTRA_DIST += $(gschemas_in)
CLEANFILES += $(gschemas_in:.xml.in=.valid) $(gsettings_SCHEMAS)

Loading…
Cancel
Save