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.
19 lines
541 B
19 lines
541 B
lib_LTLIBRARIES = libkscreensaver.la
|
|
libkscreensaver_la_SOURCES = main.cpp kscreensaver.cpp
|
|
libkscreensaver_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) $(LIB_X11)
|
|
if undefined_symbols_allowed
|
|
libkscreensaver_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -version-info 6:0:2
|
|
else
|
|
libkscreensaver_la_LDFLAGS = $(all_libraries) -static
|
|
endif
|
|
|
|
include_HEADERS = kscreensaver.h kscreensaver_vroot.h
|
|
|
|
INCLUDES = $(all_includes)
|
|
METASOURCES = AUTO
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cpp *.h -o $(podir)/libkscreensaver.pot
|
|
|
|
include $(top_srcdir)/admin/Doxyfile.am
|