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.
15 lines
425 B
15 lines
425 B
INCLUDES = -I$(top_srcdir) $(all_includes)
|
|
|
|
lib_LTLIBRARIES = libkfaximage.la
|
|
libkfaximage_la_LDFLAGS = $(all_libraries) -no-undefined -avoid-version
|
|
libkfaximage_la_LIBADD = $(LIB_TDECORE)
|
|
libkfaximage_la_SOURCES = kfaximage.cpp faxexpand.cpp faxinit.cpp
|
|
|
|
include_HEADERS = kfaximage.h
|
|
noinst_HEADERS = faxexpand.h
|
|
|
|
METASOURCES = AUTO
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) $(libkfaximage_la_SOURCES) -o $(podir)/libkfaximgage.pot
|