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
436 B
22 lines
436 B
15 years ago
|
# $Id$
|
||
|
|
||
|
SUBDIRS=core
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
INCLUDES = $(all_includes)
|
||
|
|
||
|
lib_LTLIBRARIES = libkpimexchange.la
|
||
|
|
||
|
libkpimexchange_la_SOURCES = dummy.cpp
|
||
|
libkpimexchange_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 1:0:0
|
||
|
libkpimexchange_la_LIBADD = core/libkpimexchangecore.la \
|
||
|
$(LIB_KIO) $(top_builddir)/libkcal/libkcal.la
|
||
|
|
||
|
dummy.cpp:
|
||
|
echo >dummy.cpp
|
||
|
|
||
|
messages:
|
||
|
$(XGETTEXT) core/*.cpp -o $(podir)/libkpimexchange.pot
|
||
|
|