~matttbe/ubuntu/precise/gnome-panel/975299

« back to all changes in this revision

Viewing changes to applets/wncklet/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-02-08 00:17:11 UTC
  • mfrom: (1.13.15)
  • Revision ID: package-import@ubuntu.com-20120208001711-npwmthl0c6iy3s9a
Tags: 1:3.3.5-0ubuntu1
* New upstream release.
* debian/control.in:
  - Bump minimum glib to 2.31.14
* debian/patches/13_disable_missing_help.patch:
  Updated patch from bugzilla
* debian/patches/14_revert-timedate-change.patch:
  - Revert switch to systemd timedate protocol until ubuntu-system-
    services supports it

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        -I$(top_srcdir)/libpanel-applet                         \
7
7
        -I$(top_builddir)/libpanel-applet                       \
8
8
        -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"  \
9
 
        -DPAGER_BUILDERDIR=\""$(uidir)"\"                       \
10
 
        -DTASKLIST_BUILDERDIR=\""$(uidir)"\"                    \
11
 
        -DWNCK_MENU_UI_DIR=\""$(xmluidir)"\"                    \
12
9
        -DWNCK_I_KNOW_THIS_IS_UNSTABLE                          \
13
10
        $(DISABLE_DEPRECATED_CFLAGS)
14
11
 
24
21
        workspace-switcher.c \
25
22
        workspace-switcher.h \
26
23
        showdesktop.c \
27
 
        showdesktop.h
 
24
        showdesktop.h \
 
25
        $(BUILT_SOURCES)
28
26
 
29
27
WNCKLET_LDADD =                                         \
30
28
        ../../libpanel-applet/libpanel-applet-4.la      \
75
73
                $< > $@
76
74
endif
77
75
 
78
 
uidir   = $(datadir)/gnome-panel/ui
79
 
ui_DATA = workspace-switcher.ui window-list.ui
80
 
 
81
 
xmluidir    = $(datadir)/gnome-panel/ui
82
 
xmlui_DATA  = \
83
 
        workspace-switcher-menu.xml \
84
 
        window-list-menu.xml
 
76
ui_FILES =                              \
 
77
        window-list-menu.xml            \
 
78
        window-list.ui                  \
 
79
        workspace-switcher-menu.xml     \
 
80
        workspace-switcher.ui
 
81
 
 
82
 
 
83
wncklet-resources.c: wncklet.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies wncklet.gresource.xml)
 
84
        $(AM_V_GEN)$(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate --c-name wncklet $(srcdir)/$<
 
85
 
 
86
wncklet-resources.h: wncklet.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies wncklet.gresource.xml)
 
87
        $(AM_V_GEN)$(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate --c-name wncklet $(srcdir)/$<
 
88
 
 
89
BUILT_SOURCES =                 \
 
90
        wncklet-resources.c     \
 
91
        wncklet-resources.h
85
92
 
86
93
EXTRA_DIST = \
87
94
        org.gnome.panel.Wncklet.panel-applet.in.in \
88
95
        $(service_in_files) \
89
 
        $(xmlui_DATA) \
90
 
        $(ui_DATA)
 
96
        $(ui_FILES) \
 
97
        wncklet.gresource.xml
91
98
 
92
 
CLEANFILES = $(applet_DATA) $(applet_DATA).in $(service_DATA)
 
99
CLEANFILES = $(BUILT_SOURCES) $(applet_DATA) $(applet_DATA).in $(service_DATA)
93
100
 
94
101
-include $(top_srcdir)/git.mk