summaryrefslogtreecommitdiffstats
path: root/atlantikdesigner/designer/Makefile.am
blob: d5a50866aa9a406a2f97f7e76a65429aaabcc832 (plain)
1
2
3
4
5
6
7
8
9
10
bin_PROGRAMS = atlantikdesigner
INCLUDES = -I$(kde_includes)/atlantic $(all_includes) -I$(kde_includes)/tde
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor -latlantic
LDADD = -latlantikui -ltdegames $(LIB_KIO) 

SUBDIRS = 

atlantikdesigner_SOURCES = boardinfo.cpp designer.cpp editor.cpp main.cpp group.cpp

METASOURCES = AUTO