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.
11 lines
215 B
11 lines
215 B
15 years ago
|
SUBDIRS = .
|
||
13 years ago
|
INCLUDES = -I. -I$(top_srcdir)/tdeeducore $(all_includes)
|
||
15 years ago
|
|
||
|
check_PROGRAMS = loader
|
||
|
|
||
|
#all: check
|
||
|
|
||
|
loader_SOURCES = loader.cpp
|
||
|
loader_LDFLAGS = $(all_libraries)
|
||
13 years ago
|
loader_LDADD = ../libtdeeducore.la
|