2001-07-14 Carlos Perelló Marín <carlos@gnome-db.org> * *.directory: Renamed to *.directory.in to be used with xml-i18n-tools. * *.desktop: Renamed to *.desktop to be used with xml-i18n-tools. * *.glade: Modified to not generate the glade.h files. * *.glade.h: Removed. * Makefile.am: Modify to use xml-i18n-tools * configure.in: ditto. * autogen.sh: ditto, now we use the macros/autogen.sh 2001-07-14 Carlos Perelló Marín <carlos@gnome-db.org> * .cvsignore: ssshhhh 2001-07-14 Carlos Perelló Marín <carlos@gnome-db.org> * screensavers/*.xml: /s/label/_label, /s/low-label/_low-label/, /s/high-label/_high-label/: Changed to let xml-i18n-tools extract this labels. * extract-labels.c: Removed, now, we use xml-i18n-tools. * preferences.c: /s/label/_label, /s/low-label/_low-label/, /s/high-label/_high-label/: Changed to sync with the xml changes. * screensaver-prefs-dialog.c: ditto. 2001-07-16 Carlos Perelló Marín <carlos@gnome-db.org> * no.po: Solved some conflicts with my patch. 2001-07-14 Carlos Perelló Marín <carlos@gnome-db.org> * POTFILES.in: Updated to reflect the xml-i18n-tools use. * *.po: Added the .directory && .desktop translations. * update.*: Removed. * wa.po: Added. * es.po: Updated Spanish translation.
47 lines
1.3 KiB
Makefile
47 lines
1.3 KiB
Makefile
pixmapdir = $(datadir)/pixmaps
|
|
pixmap_DATA = \
|
|
no-hack.png
|
|
|
|
Applicationsdir = $(datadir)/control-center/capplets
|
|
Applications_in_files = screensaver-properties.desktop.in
|
|
Applications_DATA = $(Applications_in_files:.desktop.in=.desktop)
|
|
@XML_I18N_MERGE_DESKTOP_RULE@
|
|
|
|
pApplicationsdir = $(datadir)/gnome/apps/Settings/Desktop
|
|
pApplications_DATA = $(Applications_DATA)
|
|
|
|
Gladedir = $(datadir)/control-center-data
|
|
Glade_DATA = \
|
|
screensaver-properties.glade
|
|
|
|
SUBDIRS = screensavers
|
|
|
|
EXTRA_DIST = ChangeLog $(Applications_DATA) $(pixmap_DATA) $(Glade_DATA)
|
|
|
|
INCLUDES = \
|
|
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
|
|
-DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" \
|
|
-DSSPROP_DATADIR=\""${prefix}/share"\" \
|
|
-DG_LOG_DOMAIN=\"screensaver-properties\" \
|
|
-DGLADE_DATADIR=\""$(Gladedir)"\" \
|
|
@SCREENSAVER_CAPPLET_CFLAGS@ \
|
|
-I$(top_srcdir)/ \
|
|
-I$(top_srcdir)/intl
|
|
|
|
bin_PROGRAMS = screensaver-properties-capplet
|
|
|
|
screensaver_properties_capplet_SOURCES = \
|
|
prefs-widget.c prefs-widget.h\
|
|
preferences.c preferences.h\
|
|
screensaver-prefs-dialog.c screensaver-prefs-dialog.h\
|
|
selection-dialog.c selection-dialog.h \
|
|
pref-file.c pref-file.h \
|
|
preview.c preview.h \
|
|
expr.c expr.h \
|
|
daemon.c daemon.h \
|
|
rc-parse.c rc-parse.h \
|
|
resources.c resources.h \
|
|
XScreenSaver_ad.h \
|
|
main.c
|
|
|
|
screensaver_properties_capplet_LDADD = @SCREENSAVER_CAPPLET_LIBS@ -lXt
|