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.
tdegames/libksirtet/base/Makefile.am

17 lines
690 B

INCLUDES = -I$(top_srcdir)/libtdegames $(all_includes)
# Don't compile with hidden symbols since we are a library.
if disable_VISIBILITY
KDE_CXXFLAGS = -fvisibility=default
endif
noinst_LTLIBRARIES = libksirtetbase.la
libksirtetbase_la_LDFLAGS = $(all_libraries)
noinst_HEADERS = kzoommainwindow.h piece.h gtetris.h factory.h highscores.h \
board.h settings.h field.h inter.h main.h
libksirtetbase_la_SOURCES = kzoommainwindow.cpp main.cpp field.cpp piece.cpp highscores.cpp \
factory.cpp gtetris.cpp board.cpp settings.cpp \
inter.cpp baseprefs.kcfgc
METASOURCES = AUTO