CASA/casa-yast/src/Makefile.am

36 lines
658 B
Makefile
Raw Normal View History

2006-04-14 22:38:26 +02:00
# Makefile.am for novell-casa/src
yncludedir = @yncludedir@/novell-casa
iconsdir = /usr/share/applications
themedir = /usr/share/pixmaps
client_DATA = \
novell-casa.ycp \
novell-casa_auto.ycp \
novell-casa_proposal.ycp
ynclude_DATA = \
helps.ycp \
wizards.ycp \
dialogs.ycp \
complex.ycp
desktop_DATA = \
novell-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)
include $(top_srcdir)/Makefile.am.common