source: trunk/third/gnome-applets/modemlights/Makefile.am @ 18647

Revision 18647, 1.1 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18646, which included commits to RCS files with non-trunk default branches.
Line 
1#SUBDIRS = docs
2
3INCLUDES = -I. -I$(srcdir)                              \
4        -I$(top_srcdir)/screen-exec                     \
5        $(GNOME_APPLETS_CFLAGS)                         \
6        -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"  \
7        -DVERSION=\""$(VERSION)"\"
8
9libexec_PROGRAMS = modemlights_applet2
10
11modemlights_applet2_SOURCES = \
12        modemlights.c   \
13        modemlights.h   \
14        properties.c
15
16modemlights_applet2_LDADD = \
17                $(top_builddir)/screen-exec/libscreen-exec.la \
18                     $(GNOME_APPLETS_LIBS)
19
20uidir           = $(datadir)/gnome-2.0/ui
21ui_DATA         = GNOME_ModemlightsApplet.xml
22
23serverdir       = $(libdir)/bonobo/servers
24server_in_files = GNOME_ModemLightsApplet.server.in
25server_DATA     = $(server_in_files:.server.in=.server)
26
27$(server_in_files): $(server_in_files:.server.in=.server.in.in)
28        sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" $< > $@
29
30@INTLTOOL_SERVER_RULE@
31
32schemadir       = @GCONF_SCHEMA_FILE_DIR@
33schema_DATA     = modemlights.schemas
34
35EXTRA_DIST =                                    \
36        GNOME_ModemLightsApplet.server.in.in    \
37        digits.xpm                              \
38        $(schema_DATA)                          \
39        $(ui_DATA)
40
41install-data-local:
42        for p in $(schema_DATA); do \
43                GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p ; \
44        done
45
Note: See TracBrowser for help on using the repository browser.