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
694 B
22 lines
694 B
15 years ago
|
INCLUDES = $(all_includes)
|
||
|
|
||
|
# Don't compile with hidden symbols since we are a library.
|
||
|
if disable_VISIBILITY
|
||
|
KDE_CXXFLAGS = -fvisibility=default
|
||
|
endif
|
||
|
|
||
|
noinst_LTLIBRARIES = libksirtetmultiplayers.la
|
||
|
|
||
|
noinst_HEADERS = defines.h types.h miscui.h wizard.h pline.h meeting.h \
|
||
|
socket.h smanager.h internal.h keys.h mp_board.h mp_option.h \
|
||
|
mp_interface.h mp_simple_types.h mp_simple_board.h \
|
||
|
mp_simple_interface.h
|
||
|
|
||
|
libksirtetmultiplayers_la_SOURCES = miscui.cpp types.cpp defines.cpp \
|
||
|
socket.cpp smanager.cpp pline.cpp \
|
||
|
wizard.cpp \
|
||
|
meeting.cpp keys.cpp mp_interface.cpp internal.cpp \
|
||
|
mp_simple_types.cpp mp_simple_board.cpp mp_simple_interface.cpp
|
||
|
|
||
|
METASOURCES = AUTO
|