CASA/CASA-auth-token/yast2-casa-ats/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

40 lines
889 B
Makefile

# Makefile.am for casa-ats/src
yncludedir = @yncludedir@/casa-ats
#theme22dir = @themedir@/NLD/icons/22x22/apps
#theme32dir = @themedir@/NLD/icons/32x32/apps
#theme48dir = @themedir@/NLD/icons/48x48/apps
client_DATA = \
casa-ats.ycp
ynclude_DATA = \
helps.ycp \
wizards.ycp \
dialogs.ycp \
complex.ycp
desktop_DATA = \
casa-ats.desktop
#theme22_DATA = \
# icon/22x22/yast-casa-ats.png
#theme32_DATA = \
# icon/32x32/yast-casa-ats.png
#theme48_DATA = \
# icon/48x48/yast-casa-ats.png
module_DATA = \
CasaAts.ycp
# create a symlink for local build, #145327
casa-ats:
ln -sf . $@
ycpchook = casa-ats
#EXTRA_DIST = $(client_DATA) $(ynclude_DATA) $(module_DATA) $(desktop_DATA) $(theme48_DATA) $(theme32_DATA) $(theme22_DATA)
EXTRA_DIST = $(client_DATA) $(ynclude_DATA) $(module_DATA) $(desktop_DATA)
include $(top_srcdir)/Makefile.am.common