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.
17 lines
381 B
17 lines
381 B
noinst_LTLIBRARIES = libkbgengines.la
|
|
|
|
libkbgengines_la_SOURCES = dummy.cpp
|
|
libkbgengines_la_LIBADD = offline/libkbgoffline.la gnubg/libkbggnubg.la \
|
|
generic/libkbggeneric.la fibs/libkbgfibs.la \
|
|
nextgen/libkbgnextgen.la
|
|
|
|
INCLUDES= $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
SUBDIRS = offline generic fibs gnubg nextgen
|
|
|
|
dummy.cpp:
|
|
echo > dummy.cpp
|
|
|