~matttbe/ubuntu/quantal/lxpanel/lp1013171

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
netstatus_la_CFLAGS = \
	-I. \
	-I$(top_srcdir)/src \
	-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
	-DPACKAGE_UI_DIR=\""$(datadir)/lxpanel/ui"\" \
	$(PACKAGE_CFLAGS) \
	$(G_CAST_CHECKS)

module_LTLIBRARIES = netstatus.la

moduledir = $(libdir)/lxpanel/plugins

netstatus_la_SOURCES = \
	netstatus.c \
	netstatus-dialog.c \
	netstatus-dialog.h \
	netstatus-enums.c \
	netstatus-enums.h \
	netstatus-fallback-pixbuf.h \
	netstatus-icon.c \
	netstatus-icon.h \
	netstatus-iface.c \
	netstatus-iface.h \
	netstatus-sysdeps.c \
	netstatus-sysdeps.h \
	netstatus-util.c \
	netstatus-util.h

netstatus_la_LIBADD = \
	$(PACKAGE_LIBS)

netstatus_la_LDFLAGS = \
	-module \
	$(LXPANEL_MODULE)

install-exec-hook:
	rm -f "$(moduledir)\*.la" *.a