COMMONSRC = $(top_srcdir)/src/common INCFLAGS = -I$(COMMONSRC) AM_CFLAGS = $(INCFLAGS) @CS_CXXFLAGS@ AM_CXXFLAGS = $(INCFLAGS) @CS_CXXFLAGS@ LIBS = @CS_LIBS@ # I want a plugin here, but we have to solve some issues with objects first... EXTRA_LTLIBRARIES = libpsbehave.la #psbehave_la_LDFLAGS = -module -avoid-version -no-undefined @CS_LIBS@ libpsbehave_la_LDFLAGS = libpsbehave_la_SOURCES = psbl.h psbl.cpp psbehave.h psbehave.cpp psworld.h \ psworld.cpp #libpsbehave_la_LIBADD = $(COMMONSRC)/util/libpsutil.la all: libpsbehave.la