summaryrefslogtreecommitdiffstats
path: root/atlantikdesigner/designer/Makefile.am
blob: bba08bc35d86c352fcef83c50c74f67f2d16e466 (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_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