diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1999-03-26 21:55:35 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-03-26 21:55:35 +0000 |
commit | 2fab745d2f1f1704f8a69976e09fbbc384be4ddb (patch) | |
tree | af76b74bb4aaab06325c712cbb5e511be01e3566 | |
parent | 7f120ec7049b44624cb0f28d69f96e32add772ad (diff) |
Sigh, another missing file. Added bolt.xpm to EXTRA_DIST.GNOME_CORE_1_0_4
1999-03-26 Federico Mena Quintero <federico@nuclecu.unam.mx>
* battery/Makefile.am (EXTRA_DIST): Sigh, another missing file.
Added bolt.xpm to EXTRA_DIST.
* asclock/default_theme/Makefile.am: Added a Makefile.am here. It
is amazing how people do not care if their stuff builds at all.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | asclock/Makefile.am | 2 | ||||
-rw-r--r-- | asclock/default_theme/Makefile.am | 1 | ||||
-rw-r--r-- | battery/Makefile.am | 2 | ||||
-rw-r--r-- | mailcheck/ChangeLog | 6 |
5 files changed, 15 insertions, 2 deletions
@@ -1,5 +1,11 @@ 1999-03-26 Federico Mena Quintero <federico@nuclecu.unam.mx> + * battery/Makefile.am (EXTRA_DIST): Sigh, another missing file. + Added bolt.xpm to EXTRA_DIST. + + * asclock/default_theme/Makefile.am: Added a Makefile.am here. It + is amazing how people do not care if their stuff builds at all. + * asclock/themes/shaped/Makefile.am: * asclock/themes/classic/Makefile.am: * asclock/themes/beats/Makefile.am: diff --git a/asclock/Makefile.am b/asclock/Makefile.am index 97df19c92..4faf2b3c7 100644 --- a/asclock/Makefile.am +++ b/asclock/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = themes +SUBDIRS = themes default_theme INCLUDES = -I. -I$(srcdir) \ -I$(top_srcdir)/intl -I$(top_builddir)/intl \ diff --git a/asclock/default_theme/Makefile.am b/asclock/default_theme/Makefile.am new file mode 100644 index 000000000..ec3b9d4e6 --- /dev/null +++ b/asclock/default_theme/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = clock.xpm date.xpm led.xpm month.xpm weekday.xpm beats.xpm config hour.xpm minute.xpm second.xpm diff --git a/battery/Makefile.am b/battery/Makefile.am index c2c26212a..5c76abd6c 100644 --- a/battery/Makefile.am +++ b/battery/Makefile.am @@ -21,7 +21,7 @@ battery_applet_LDADD = ../../panel/libpanel_applet.la \ $(GNOME_LIBDIR) \ $(GNOMEGNORBA_LIBS) $(INTLLIBS) -EXTRA_DIST = battery_applet.desktop battery_applet.gnorba +EXTRA_DIST = battery_applet.desktop battery_applet.gnorba bolt.xpm sysdir = $(datadir)/applets/Monitors sys_DATA = battery_applet.desktop diff --git a/mailcheck/ChangeLog b/mailcheck/ChangeLog index e5a77860e..1adef573d 100644 --- a/mailcheck/ChangeLog +++ b/mailcheck/ChangeLog @@ -1,5 +1,11 @@ 1999-03-26 Federico Mena Quintero <federico@nuclecu.unam.mx> + * battery/Makefile.am (EXTRA_DIST): Sigh, another missing file. + Added bolt.xpm to EXTRA_DIST. + + * asclock/default_theme/Makefile.am: Added a Makefile.am here. It + is amazing how people do not care if their stuff builds at all. + * asclock/themes/shaped/Makefile.am: * asclock/themes/classic/Makefile.am: * asclock/themes/beats/Makefile.am: |