You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeedu/libtdeedu/tdeeducore/tests/Makefile.am

11 lines
215 B

SUBDIRS = .
INCLUDES = -I. -I$(top_srcdir)/tdeeducore $(all_includes)
check_PROGRAMS = loader
#all: check
loader_SOURCES = loader.cpp
loader_LDFLAGS = $(all_libraries)
loader_LDADD = ../libtdeeducore.la