diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-24 17:43:19 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-24 17:43:19 +0000 |
commit | 0292059f4a16434600564cfa3f0ad2309a508a54 (patch) | |
tree | d95953cd53011917c4df679b96aedca39401b54f /kernel/kls_xpm/Makefile.am | |
download | libksquirrel-0292059f4a16434600564cfa3f0ad2309a508a54.tar.gz libksquirrel-0292059f4a16434600564cfa3f0ad2309a508a54.zip |
Added libksquirrel for KDE3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libksquirrel@1095624 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kernel/kls_xpm/Makefile.am')
-rw-r--r-- | kernel/kls_xpm/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kernel/kls_xpm/Makefile.am b/kernel/kls_xpm/Makefile.am new file mode 100644 index 0000000..0188af0 --- /dev/null +++ b/kernel/kls_xpm/Makefile.am @@ -0,0 +1,17 @@ +INCLUDES = -I../include + +pkglib_LTLIBRARIES = libkls_xpm.la + +libkls_xpm_la_SOURCES = fmt_codec_xpm.cpp fmt_codec_xpm_defs.h xpm_utils.h + +libkls_xpm_la_LDFLAGS = ${SQ_RELEASE} + +libkls_xpm_la_LIBADD = ${SQ_LOCAL_RPATH} + +AM_CXXFLAGS = -DSQ_RGBMAP=\"${pkgdatadir}/rgbmap\" + +EXTRA_DIST = rgbmap + +install-data-am: + $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) + $(INSTALL) --mode=0644 rgbmap $(DESTDIR)$(pkgdatadir)/rgbmap
\ No newline at end of file |