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.
|
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
|