*~
*.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-*
@SET_MAKE@
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
SUBDIRS = \
panel-plugin \
po
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 ***
-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
#include <gtk/gtk.h>
#include <libxfce4util/libxfce4util.h>
#include <libxfce4panel/xfce-panel-plugin.h>
#include <libxfce4panel/libxfce4panel.h>
#include <libxfce4ui/libxfce4ui.h>
#include "verve.h"