--- a/.gitignore +++ a/.gitignore @@ -0,0 +1,31 @@ +*~ +*.la +*.lo +*.gmo +*.tar.bz2 +.deps +.libs +.vscode +ChangeLog +INSTALL +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +compile +config.* +configure +configure.ac +depcomp +install-sh +intltool-* +libtool +ltmain.sh +m4 +missing +panel-plugin/weather-config_ui.h +panel-plugin/weather.desktop +po/.intltool-merge-cache +po/Makefile.in.in +po/POTFILES +stamp-* --- a/Makefile.am +++ a/Makefile.am @@ -1,5 +1,7 @@ @SET_MAKE@ +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + SUBDIRS = \ panel-plugin \ po --- a/configure.ac +++ a/configure.ac @@ -32,7 +32,8 @@ dnl ******************************** AC_PROG_CC() AC_PROG_LD() AC_PROG_INSTALL() -AC_PROG_INTLTOOL() +AC_CONFIG_MACRO_DIRS([m4]) +IT_PROG_INTLTOOL([0.35.0]) dnl ************************** dnl *** Initialize libtool *** --- a/panel-plugin/Makefile.am +++ a/panel-plugin/Makefile.am @@ -33,6 +33,7 @@ libverve_la_LDFLAGS = \ -export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' \ $(PLATFORM_LDFLAGS) + # .desktop file # # We need to let intltool merge the translated fields, so we add a --- a/panel-plugin/verve-plugin.c +++ a/panel-plugin/verve-plugin.c @@ -33,7 +33,7 @@ #include #include -#include +#include #include #include "verve.h"