summaryrefslogtreecommitdiffstats
path: root/atlantikdesigner/designer/Makefile.am
blob: 0a8b78ebef25b0f9849aa76fbaa4ea74128e2ac3 (plain)
1
2
3
4
5
6
7
8
9
10
bin_PROGRAMS = atlantikdesigner
INCLUDES = -I$(kde_includes)/atlantic $(all_includes) -I$(kde_includes)/kde
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -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