clean variables not used
2006-07-11 Sebastien Bacher <seb128@debian.org> * Makefile.am: clean variables not used
This commit is contained in:
parent
1b37d20200
commit
806edbd686
2 changed files with 7 additions and 8 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-07-11 Sebastien Bacher <seb128@debian.org>
|
||||
|
||||
* Makefile.am: clean variables not used
|
||||
|
||||
2006-07-06 Sergey Udaltsov <svu@gnome.org>
|
||||
|
||||
Fixing the build process
|
||||
|
|
|
@ -62,8 +62,7 @@ gnome_settings_daemon_SOURCES = \
|
|||
xutils.c \
|
||||
xutils.h \
|
||||
clipboard-manager.c \
|
||||
clipboard-manager.h \
|
||||
$(CORBA_GENERATED)
|
||||
clipboard-manager.h
|
||||
|
||||
# $(AccessX_files)
|
||||
|
||||
|
@ -84,8 +83,7 @@ gnome_settings_daemon_LDADD = \
|
|||
# AccessXproto.h \
|
||||
# AccessXlibint.h
|
||||
|
||||
BUILT_SOURCES=$(CORBA_GENERATED) \
|
||||
gnome-settings-server.h \
|
||||
BUILT_SOURCES=gnome-settings-server.h \
|
||||
gnome-settings-client.h
|
||||
|
||||
Gladedir = $(GNOMECC_GLADE_DIR)
|
||||
|
@ -109,12 +107,9 @@ service_DATA = $(service_in_files:.service.in=.service)
|
|||
org.gnome.SettingsDaemon.service: org.gnome.SettingsDaemon.service.in Makefile
|
||||
@sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
|
||||
|
||||
EXTRA_DIST = $(serverfile) $(Glade_DATA) $(Dbusapi_DATA) \
|
||||
EXTRA_DIST = $(Glade_DATA) $(Dbusapi_DATA) \
|
||||
gnome-settings-daemon.pc.in gsd-infos.xml org.gnome.SettingsDaemon.service.in
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = gnome-settings-daemon.pc
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(DESTDIR)$(serverdir)/$(serverfile:.in=)
|
||||
|
|
Loading…
Add table
Reference in a new issue