~ubuntu-branches/ubuntu/wily/lxpanel/wily-proposed

« back to all changes in this revision

Viewing changes to src/plugins/netstatus/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Julien Lavergne
  • Date: 2015-01-31 15:30:45 UTC
  • mfrom: (1.3.3)
  • mto: This revision was merged to the branch mainline in revision 45.
  • Revision ID: package-import@ubuntu.com-20150131153045-1r9i4602vrplnx3i
ImportĀ upstreamĀ versionĀ 0.7.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
netstatus_la_CFLAGS = \
2
 
        -I. \
3
 
        -I$(top_srcdir)/src \
4
 
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
5
 
        -DPACKAGE_UI_DIR=\""$(datadir)/lxpanel/ui"\" \
6
 
        $(PACKAGE_CFLAGS) \
7
 
        $(G_CAST_CHECKS)
8
 
 
9
 
module_LTLIBRARIES = netstatus.la
10
 
 
11
 
moduledir = $(libdir)/lxpanel/plugins
12
 
 
13
 
netstatus_la_SOURCES = \
14
 
        netstatus.c \
15
 
        netstatus-dialog.c \
16
 
        netstatus-dialog.h \
17
 
        netstatus-enums.c \
18
 
        netstatus-enums.h \
19
 
        netstatus-fallback-pixbuf.h \
20
 
        netstatus-icon.c \
21
 
        netstatus-icon.h \
22
 
        netstatus-iface.c \
23
 
        netstatus-iface.h \
24
 
        netstatus-sysdeps.c \
25
 
        netstatus-sysdeps.h \
26
 
        netstatus-util.c \
27
 
        netstatus-util.h
28
 
 
29
 
netstatus_la_LIBADD = \
30
 
        $(PACKAGE_LIBS)
31
 
 
32
 
netstatus_la_LDFLAGS = \
33
 
        -module \
34
 
        $(LXPANEL_MODULE)
35
 
 
36
 
install-exec-hook:
37
 
        rm -f "$(moduledir)\*.la" *.a