You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
983 B
33 lines
983 B
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_TDEFILE)
|
|
|
|
kde_services_DATA = scanservice.desktop
|
|
|
|
METASOURCES = AUTO
|
|
|
|
SUBDIRS = pics
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cpp -o $(podir)/libkscan.pot
|
|
|