CASA/yast2-CASA/src/Makefile.am
Juan Carlos Luciani c524288e22 Changed to not allow icons to be installed by the yast packages. Also
adjusted the CASA.desktop file to reflect then name under which its
icons were added to openSUSE.
2008-05-30 22:05:27 +00:00

37 lines
701 B
Makefile

# Makefile.am for CASA/src
yncludedir = @yncludedir@/CASA
#iconsdir = /usr/share/applications
#themedir = /usr/share/pixmaps
client_DATA = \
CASA.ycp \
CASA_auto.ycp \
CASA_proposal.ycp
ynclude_DATA = \
helps.ycp \
wizards.ycp \
dialogs.ycp \
complex.ycp
desktop_DATA = \
CASA.desktop
module_DATA = \
NovellCasa.ycp
#icons_DATA = \
# icons/install_casa_yast_icons
#theme_DATA = \
# icons/CASA_22.png \
# icons/CASA_32.png \
# icons/CASA_48.png
#EXTRA_DIST = $(client_DATA) $(ynclude_DATA) $(module_DATA) $(desktop_DATA) $(icons_DATA) $(theme_DATA)
EXTRA_DIST = $(client_DATA) $(ynclude_DATA) $(module_DATA) $(desktop_DATA)
include $(top_srcdir)/Makefile.am.common