summaryrefslogtreecommitdiffstats
path: root/atlantikdesigner/designer/Makefile.am
blob: 7ae5822451b43de8df3568275e834ce6e96cc55a (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_TDEIO) -ltdetexteditor -latlantic
LDADD = -latlantikui -ltdegames $(LIB_TDEIO) 

SUBDIRS = 

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

METASOURCES = AUTO