diff options
Diffstat (limited to 'pics/Makefile.am')
-rw-r--r-- | pics/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pics/Makefile.am b/pics/Makefile.am new file mode 100644 index 000000000..9112b1620 --- /dev/null +++ b/pics/Makefile.am @@ -0,0 +1,18 @@ +SUBDIRS = . hicolor crystalsvg emoticons + +INCLUDES = $(LIBART_CFLAGS) -I$(top_srcdir)/kdecore/svgicons -I$(top_srcdir)/kdefx $(all_includes) + +if include_SVGICONS +KSVGTOPNG=ksvgtopng +endif + +bin_PROGRAMS = $(KSVGTOPNG) + +ksvgtopng_SOURCES = ksvgtopng.cpp +ksvgtopng_LDADD = $(LIBART_LIBS) $(LIB_KDECORE) $(top_builddir)/kdecore/svgicons/libkdesvgicons.la +ksvgtopng_LDFLAGS = $(KDE_RPATH) $(all_libraries) + +install-data-local: + -rm -f $(DESTDIR)$(kde_icondir)/default.kde + $(mkinstalldirs) $(DESTDIR)$(kde_icondir) + $(LN_S) crystalsvg $(DESTDIR)$(kde_icondir)/default.kde |