summaryrefslogtreecommitdiffstats
path: root/atlantikdesigner/designer/Makefile.am
blob: 885a94136b5da1ded29049adccb6c899fa7c4659 (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) -lkdefx $(LIB_KIO) -lktexteditor
LDADD = -latlantikui -lkdegames $(LIB_KIO) 

SUBDIRS = 

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

METASOURCES = AUTO