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.
26 lines
315 B
26 lines
315 B
15 years ago
|
# libsplay - Makefile.am
|
||
|
|
||
|
|
||
|
INCLUDES = $(all_includes)
|
||
|
|
||
|
noinst_LTLIBRARIES = libsimplefile.la
|
||
|
|
||
|
noinst_HEADERS = fileAccess.h
|
||
|
|
||
|
kmpgincludedir = $(includedir)/$(THIS_LIB_NAME)/util/file
|
||
|
|
||
|
kmpginclude_HEADERS = fileAccess.h
|
||
|
|
||
|
|
||
|
libsimplefile_la_SOURCES = fileAccess.cpp
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|