clean variables not used

2006-07-11  Sebastien Bacher  <seb128@debian.org>

	* Makefile.am: clean variables not used
This commit is contained in:
Sebastien Bacher 2006-07-11 16:12:38 +00:00 committed by Sebastien Bacher
parent 1b37d20200
commit 806edbd686
2 changed files with 7 additions and 8 deletions

View file

@ -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> 2006-07-06 Sergey Udaltsov <svu@gnome.org>
Fixing the build process Fixing the build process

View file

@ -62,8 +62,7 @@ gnome_settings_daemon_SOURCES = \
xutils.c \ xutils.c \
xutils.h \ xutils.h \
clipboard-manager.c \ clipboard-manager.c \
clipboard-manager.h \ clipboard-manager.h
$(CORBA_GENERATED)
# $(AccessX_files) # $(AccessX_files)
@ -84,8 +83,7 @@ gnome_settings_daemon_LDADD = \
# AccessXproto.h \ # AccessXproto.h \
# AccessXlibint.h # AccessXlibint.h
BUILT_SOURCES=$(CORBA_GENERATED) \ BUILT_SOURCES=gnome-settings-server.h \
gnome-settings-server.h \
gnome-settings-client.h gnome-settings-client.h
Gladedir = $(GNOMECC_GLADE_DIR) 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 org.gnome.SettingsDaemon.service: org.gnome.SettingsDaemon.service.in Makefile
@sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ @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 gnome-settings-daemon.pc.in gsd-infos.xml org.gnome.SettingsDaemon.service.in
CLEANFILES = $(BUILT_SOURCES) CLEANFILES = $(BUILT_SOURCES)
pkgconfigdir = $(libdir)/pkgconfig pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gnome-settings-daemon.pc pkgconfig_DATA = gnome-settings-daemon.pc
uninstall-local:
rm -f $(DESTDIR)$(serverdir)/$(serverfile:.in=)