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.
22 lines
597 B
22 lines
597 B
INCLUDES = -I$(srcdir)/../../ -I$(srcdir)/libkfaximage $(all_includes) |
|
|
|
SUBDIRS = libkfaximage . |
|
|
|
kde_module_LTLIBRARIES = \ |
|
libokularGenerator_fax.la |
|
|
|
libokularGenerator_fax_la_LIBADD = ../../core/liboKularcore.la \ |
|
../../conf/liboKularconf.la $(LIB_KDEUI) \ |
|
libkfaximage/libkfaximage.la |
|
|
|
libokularGenerator_fax_la_LDFLAGS = -module -avoid-version $(KDE_PLUGIN) $(all_libraries) |
|
libokularGenerator_fax_la_SOURCES = faxrenderer.cpp |
|
|
|
METASOURCES = AUTO |
|
|
|
kde_services_DATA = libokularGenerator_fax.desktop |
|
|
|
KDE_ICON = kfaxview |
|
|
|
messages: rc.cpp |
|
$(XGETTEXT) *.cpp -o $(podir)/kfaxview.pot
|
|
|