2 # xfce4-hdaps, an XFCE4 panel plugin for the HDAPS system.
4 # Copyright Michael Orlitzky
6 # http://michael.orlitzky.com/
8 # This program is free software: you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation, either version 3 of the License, or
11 # (at your option) any later version.
13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
18 # http://www.fsf.org/licensing/licenses/gpl.html
23 -DG_LOG_DOMAIN=\"xfce4-hdaps\" \
24 -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
34 $(libexecdir)/xfce4/panel-plugins
36 xfce4_hdaps_SOURCES = \
41 xfce4-hdaps-dialogs.c \
44 xfce4_hdaps_CFLAGS = \
45 $(LIBXFCE4UTIL_CFLAGS) \
46 $(LIBXFCEGUI4_CFLAGS) \
47 $(LIBXFCE4PANEL_CFLAGS) \
51 $(LIBXFCE4UTIL_LIBS) \
59 $(datadir)/xfce4/panel-plugins
61 desktop_in_in_files = \
62 xfce4-hdaps.desktop.in.in
65 $(desktop_in_in_files:.desktop.in.in=.desktop.in)
67 %.desktop.in: %.desktop.in.in
68 sed -e "s,\@libexecdir\@,$(libexecdir),g" < $< > $@
71 $(desktop_in_files:.desktop.in=.desktop)
73 @INTLTOOL_DESKTOP_RULE@
76 $(desktop_in_in_files)
82 # vi:set ts=8 sw=8 noet ai nocindent syntax=automake: