From 47d455dd55be855e4cc691c32f687f723d9247ee Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkscan/Makefile.am | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 libkscan/Makefile.am (limited to 'libkscan/Makefile.am') diff --git a/libkscan/Makefile.am b/libkscan/Makefile.am new file mode 100644 index 00000000..b0c3be45 --- /dev/null +++ b/libkscan/Makefile.am @@ -0,0 +1,32 @@ +INCLUDES = -I$(top_srcdir)/libkscan $(all_includes) $(LIBSANE_INCLUDES) + +lib_LTLIBRARIES = libkscan.la + +noinst_HEADERS = kscandevice.h kscanslider.h kgammatable.h \ + kscanoption.h kscanoptset.h \ + gammadialog.h dispgamma.h \ + scansourcedialog.h scanparams.h massscandialog.h devselector.h \ + img_canvas.h previewer.h imgscaledialog.h sizeindicator.h \ + imgscaninfo.h + +libkscan_la_SOURCES = kscandevice.cpp kscanslider.cpp kgammatable.cpp\ + kscanoption.cpp kscanoptset.cpp \ + gammadialog.cpp dispgamma.cpp \ + scansourcedialog.cpp scanparams.cpp massscandialog.cpp \ + devselector.cpp scandialog.cpp \ + img_canvas.cpp previewer.cpp imgscaledialog.cpp sizeindicator.cpp \ + imgscaninfo.cpp + + +libkscan_la_LDFLAGS = $(all_libraries) $(LIBSANE_LDFLAGS) -no-undefined -version-info 1:0 +libkscan_la_LIBADD = $(LIBSANE_LIBS) $(LIB_KFILE) + +kde_services_DATA = scanservice.desktop + +METASOURCES = AUTO + +SUBDIRS = pics + +messages: + $(XGETTEXT) *.cpp -o $(podir)/libkscan.pot + -- cgit v1.2.1