diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 47d455dd55be855e4cc691c32f687f723d9247ee (patch) | |
tree | 52e236aaa2576bdb3840ebede26619692fed6d7d /libkscan/Makefile.am | |
download | tdegraphics-47d455dd55be855e4cc691c32f687f723d9247ee.tar.gz tdegraphics-47d455dd55be855e4cc691c32f687f723d9247ee.zip |
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
Diffstat (limited to 'libkscan/Makefile.am')
-rw-r--r-- | libkscan/Makefile.am | 32 |
1 files changed, 32 insertions, 0 deletions
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 + |