1
2
3
4
5
6
7
8
9
10
11
12
13
| lib_LTLIBRARIES = libsmokey@CORE@.la
|
| libsmokey@CORE@_la_LDFLAGS = @XENO_LIB_LDFLAGS@ -version-info 0:0:0
| libsmokey@CORE@_la_LIBADD = @XENO_CORE_LDADD@
|
| libsmokey@CORE@_la_SOURCES = \
| helpers.c \
| init.c
|
| libsmokey@CORE@_la_CPPFLAGS = \
| @XENO_USER_CFLAGS@ \
| -I$(top_srcdir)/include \
| -I$(top_srcdir)/lib
|
|