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/atlantik/libatlantic/Makefile.am

16 lines
549 B

KDE_OPTIONS = qtonly
INCLUDES = $(all_includes)
lib_LTLIBRARIES = libatlantic.la
libatlantic_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined -version-info 3:0:2
libatlantic_la_LIBADD = $(LIB_TQT)
libatlantic_la_SOURCES = atlantic_core.cpp auction.cpp configoption.cpp estate.cpp \
estategroup.cpp game.cpp player.cpp trade.cpp
libatlanticincludedir = $(includedir)/atlantic
libatlanticinclude_HEADERS = atlantic_core.h auction.h configoption.h estate.h \
estategroup.h game.h player.h trade.h libatlantic_export.h
METASOURCES = AUTO