fixed glitch in make file

fixed glitch in make file
This commit is contained in:
Andy Hertzfeld 2000-07-28 09:00:28 +00:00
parent a1b317f663
commit 04f6ed390f
2 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2000-07-28 Andy Hertzfeld <andy@eazel.com>
* icons/arlo/sidebar_tab_pieces/Makefile.am:
fixed glitch in make file
2000-07-28 Andy Hertzfeld <andy@eazel.com>
* src/nautilus-sidebar-tabs.c: (setup_dark_text),

View file

@ -1,6 +1,8 @@
NULL=
arlotabdir = $(datadir)/pixmaps/nautilus/arlo/sidebar_tab_pieces
arlo_tab_DATA = \
arlotab_DATA = \
fill-active.png \
fill-empty-space.png \
fill-prelight.png \
@ -15,6 +17,7 @@ arlo_tab_DATA = \
right-empty-space.png \
right-top-active.png \
right-top-prelight.png \
right-top.png
right-top.png \
$(NULL)
EXTRA_DIST = $(arlo_tab_DATA)
EXTRA_DIST = $(arlotab_DATA)